mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-05 20:42:11 -07:00
frames evaluation removed
This commit is contained in:
parent
824a769c34
commit
f0b5e43ad1
1 changed files with 1 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
import pickle
|
||||
import json
|
||||
import os
|
||||
|
||||
#Sample dictionary of default answers
|
||||
dictionary = {
|
||||
'4' : '\n',
|
||||
'5' : '0',
|
||||
|
@ -54,8 +54,3 @@ cmd = 'mkdir DeepFaceLab_Linux/workspace/interact'
|
|||
os.system(cmd)
|
||||
with open('DeepFaceLab_Linux/workspace/interact/interact_dict.json', 'w') as handle:
|
||||
json.dump(dictionary, handle)
|
||||
|
||||
#with open('DeepFaceLab_Linux/workspace/interact/interact_dict.pkl', 'rb') as handle:
|
||||
# d = pickle.load(handle)
|
||||
#
|
||||
#print(d['5'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue