mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 21:12:07 -07:00
added photos for thesis
This commit is contained in:
parent
0d8c41ebb5
commit
23c0727eb6
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ dictionary = {
|
||||||
cmd = 'mkdir DeepFaceLab_Linux/workspace/interact'
|
cmd = 'mkdir DeepFaceLab_Linux/workspace/interact'
|
||||||
os.system(cmd)
|
os.system(cmd)
|
||||||
with open('DeepFaceLab_Linux/workspace/interact/interact_dict.json', 'w') as handle:
|
with open('DeepFaceLab_Linux/workspace/interact/interact_dict.json', 'w') as handle:
|
||||||
pickle.dump(dictionary, handle)
|
json.dump(dictionary, handle)
|
||||||
|
|
||||||
#with open('DeepFaceLab_Linux/workspace/interact/interact_dict.pkl', 'rb') as handle:
|
#with open('DeepFaceLab_Linux/workspace/interact/interact_dict.pkl', 'rb') as handle:
|
||||||
# d = pickle.load(handle)
|
# d = pickle.load(handle)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue