Gave prompt patience

This commit is contained in:
Brigham Lysenko 2019-08-12 16:24:32 -06:00
commit 7c205f0166

View file

@ -128,7 +128,7 @@ class ModelBase(object):
else: else:
self.options['sort_by_yaw'] = self.options.get('sort_by_yaw', False) self.options['sort_by_yaw'] = self.options.get('sort_by_yaw', False)
if ask_random_flip: if ask_override:
self.options['random_flip'] = io.input_bool("Flip faces randomly? (y/n ?:help skip:y) : ", True, help_message="Predicted face will look more naturally without this option, but src faceset should cover all face directions as dst faceset.") self.options['random_flip'] = io.input_bool("Flip faces randomly? (y/n ?:help skip:y) : ", True, help_message="Predicted face will look more naturally without this option, but src faceset should cover all face directions as dst faceset.")
if ask_src_scale_mod: if ask_src_scale_mod: