mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-14 09:03:41 -07:00
added sumbmodules
This commit is contained in:
parent
c40d7ee52f
commit
daa493932f
1 changed files with 5 additions and 5 deletions
|
@ -43,10 +43,10 @@ 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',
|
||||||
}
|
}
|
||||||
with open('/home/deepfake/interact_dict.pkl', 'wb') as handle:
|
with open('../../../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:
|
||||||
d = pickle.load(handle)
|
# d = pickle.load(handle)
|
||||||
|
#
|
||||||
print(d['Color transfer to predicted face'])
|
#print(d['Color transfer to predicted face'])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue