mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 13:02:15 -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 json
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
#Sample dictionary of default answers
|
||||||
dictionary = {
|
dictionary = {
|
||||||
'4' : '\n',
|
'4' : '\n',
|
||||||
'5' : '0',
|
'5' : '0',
|
||||||
|
@ -54,8 +54,3 @@ 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:
|
||||||
json.dump(dictionary, 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