mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 21:12:07 -07:00
added sumbmodules
This commit is contained in:
parent
331cfa5d0b
commit
c1bc4cd190
1 changed files with 3 additions and 0 deletions
|
@ -295,6 +295,9 @@ class ModelBase(object):
|
||||||
self.choose_preview_history = io.input_bool("Randomly choose new image for preview history", False, help_message="Preview image history will stay stuck with old faces if you reuse the same model on different celebs. Choose no unless you are changing src/dst to a new person")
|
self.choose_preview_history = io.input_bool("Randomly choose new image for preview history", False, help_message="Preview image history will stay stuck with old faces if you reuse the same model on different celebs. Choose no unless you are changing src/dst to a new person")
|
||||||
|
|
||||||
def ask_target_iter(self, default_value=0):
|
def ask_target_iter(self, default_value=0):
|
||||||
|
print("Path in ask_target_iter")
|
||||||
|
cmd = "pwd"
|
||||||
|
os.system(cmd)
|
||||||
#answer_filename = 'workspace/interact/interact_dict.pkl'
|
#answer_filename = 'workspace/interact/interact_dict.pkl'
|
||||||
#if os.path.exists(answer_filename):
|
#if os.path.exists(answer_filename):
|
||||||
# with open(answer_filename, 'rb') as file:
|
# with open(answer_filename, 'rb') as file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue