mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 21:12:07 -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
|
@ -113,9 +113,6 @@ class Model(ModelBase):
|
|||
def get_converter(self, **in_options):
|
||||
from models import ConverterMasked
|
||||
|
||||
if 'masked_hist_match' not in in_options.keys() or in_options['masked_hist_match'] is None:
|
||||
in_options['masked_hist_match'] = True
|
||||
|
||||
if 'erode_mask_modifier' not in in_options.keys():
|
||||
in_options['erode_mask_modifier'] = 0
|
||||
in_options['erode_mask_modifier'] += 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue