frames evaluation removed

This commit is contained in:
leno3003 2022-04-01 17:50:36 +02:00
parent 77dd434409
commit adf09fba57

View file

@ -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)