mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-11 15:47:01 -07:00
Added option hist-match threshold, used for decrease artifacts of hist-match.
Fix terminating converter thread in debug mode. Added DeepFaceLab converter overview to readme.
This commit is contained in:
parent
016791bb6f
commit
98ee1bb339
11 changed files with 36 additions and 42 deletions
|
@ -65,7 +65,7 @@ class ConvertSubprocessor(SubprocessorBase):
|
|||
|
||||
#override
|
||||
def __init__(self, converter, input_path_image_paths, output_path, alignments, debug = False, **in_options):
|
||||
super().__init__('Converter')
|
||||
super().__init__('Converter', 86400 if debug == True else 60)
|
||||
self.converter = converter
|
||||
self.input_path_image_paths = input_path_image_paths
|
||||
self.output_path = output_path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue