mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 04:52:13 -07:00
frames evaluation removed
This commit is contained in:
parent
77dd434409
commit
adf09fba57
1 changed files with 1 additions and 1 deletions
|
@ -49,6 +49,6 @@ dictionary = {
|
||||||
'Color transfer to predicted face' : 'rct',
|
'Color transfer to predicted face' : 'rct',
|
||||||
'Press enter in 2 seconds to override model settings.' : 'y',
|
'Press enter in 2 seconds to override model settings.' : 'y',
|
||||||
}
|
}
|
||||||
os.mkdirs('DeepFaceLab_Linux/workspace/interact', exist_ok = True)
|
os.makedirs('DeepFaceLab_Linux/workspace/interact', exist_ok = True)
|
||||||
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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue