added photos for thesis

This commit is contained in:
leno3003 2022-04-01 15:43:52 +02:00
parent 0d8c41ebb5
commit 23c0727eb6

View file

@ -53,7 +53,7 @@ dictionary = {
cmd = 'mkdir DeepFaceLab_Linux/workspace/interact'
os.system(cmd)
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:
# d = pickle.load(handle)