From 4f7e8b2e49875499215dc84b283187afe3bd6592 Mon Sep 17 00:00:00 2001 From: leno3003 Date: Wed, 30 Mar 2022 16:11:46 +0200 Subject: [PATCH] added sumbmodules --- core/interact/no_interact_dict.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/interact/no_interact_dict.py b/core/interact/no_interact_dict.py index ccd489e..3dd043f 100644 --- a/core/interact/no_interact_dict.py +++ b/core/interact/no_interact_dict.py @@ -49,7 +49,7 @@ os.system(cmd) with open('DeepFaceLab_Linux/workspace/interact/interact_dict.pkl', 'wb') as handle: pickle.dump(dictionary, handle, protocol=4) -##with open('/home/deepfake/interact_dict.pkl', 'rb') as handle: -# d = pickle.load(handle) -# -#print(d['Color transfer to predicted face']) +with open('DeepFaceLab_Linux/workspace/interact/interact_dict.pkl', 'rb') as handle: + d = pickle.load(handle) + +print(d['Output image format'])