From adf09fba57511d9ac93b0ea5b1090de62a0274d9 Mon Sep 17 00:00:00 2001 From: leno3003 Date: Fri, 1 Apr 2022 17:50:36 +0200 Subject: [PATCH] frames evaluation removed --- core/interact/no_interact_dict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/interact/no_interact_dict.py b/core/interact/no_interact_dict.py index 94db4b2..e29d451 100644 --- a/core/interact/no_interact_dict.py +++ b/core/interact/no_interact_dict.py @@ -49,6 +49,6 @@ dictionary = { 'Color transfer to predicted face' : 'rct', '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: json.dump(dictionary, handle)