mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-05 20:42:11 -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")
|
||||
|
||||
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'
|
||||
#if os.path.exists(answer_filename):
|
||||
# with open(answer_filename, 'rb') as file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue