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
daa493932f
commit
f0db9cf254
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
import pickle
|
||||
import os
|
||||
|
||||
dictionary = {
|
||||
'4' : '\n',
|
||||
|
@ -43,6 +44,8 @@ dictionary = {
|
|||
'Degrade color power of final image' : '0',
|
||||
'Color transfer to predicted face' : 'rct',
|
||||
}
|
||||
cmd = 'mkdir ../../../workspace/interact'
|
||||
os.system(cmd)
|
||||
with open('../../../workspace/interact/interact_dict.pkl', 'wb') as handle:
|
||||
pickle.dump(dictionary, handle, protocol=4)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue