mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-14 02:37:00 -07:00
added sumbmodules
This commit is contained in:
parent
d71759d7a0
commit
4f7e8b2e49
1 changed files with 4 additions and 4 deletions
|
@ -49,7 +49,7 @@ os.system(cmd)
|
|||
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:
|
||||
# d = pickle.load(handle)
|
||||
#
|
||||
#print(d['Color transfer to predicted face'])
|
||||
with open('DeepFaceLab_Linux/workspace/interact/interact_dict.pkl', 'rb') as handle:
|
||||
d = pickle.load(handle)
|
||||
|
||||
print(d['Output image format'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue