From da42a11521a3d8a206491760b3529e52c1db9a6d Mon Sep 17 00:00:00 2001 From: leno3003 Date: Wed, 30 Mar 2022 15:37:18 +0200 Subject: [PATCH] =?UTF-8?q?added=20sumbmodules=C3=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/interact/no_interact_dict.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/interact/no_interact_dict.py b/core/interact/no_interact_dict.py index 754f05f..ccd489e 100644 --- a/core/interact/no_interact_dict.py +++ b/core/interact/no_interact_dict.py @@ -44,9 +44,9 @@ dictionary = { 'Degrade color power of final image' : '0', 'Color transfer to predicted face' : 'rct', } -cmd = 'mkdir ../../../workspace/interact' +cmd = 'mkdir DeepFaceLab_Linux/workspace/interact' os.system(cmd) -with open('../../../workspace/interact/interact_dict.pkl', 'wb') as handle: +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: