added sumbmodulesù

This commit is contained in:
leno3003 2022-03-30 15:37:18 +02:00
parent f0db9cf254
commit da42a11521

View file

@ -44,9 +44,9 @@ dictionary = {
'Degrade color power of final image' : '0', 'Degrade color power of final image' : '0',
'Color transfer to predicted face' : 'rct', 'Color transfer to predicted face' : 'rct',
} }
cmd = 'mkdir ../../../workspace/interact' cmd = 'mkdir DeepFaceLab_Linux/workspace/interact'
os.system(cmd) 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) pickle.dump(dictionary, handle, protocol=4)
##with open('/home/deepfake/interact_dict.pkl', 'rb') as handle: ##with open('/home/deepfake/interact_dict.pkl', 'rb') as handle: