mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-16 10:03:41 -07:00
added sumbmodulesù
This commit is contained in:
parent
f0db9cf254
commit
da42a11521
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue