mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-16 10:03:41 -07:00
MergeMasked: added full mask type as white square
This commit is contained in:
parent
2a95699b1c
commit
24ba84d4a5
2 changed files with 5 additions and 2 deletions
|
@ -81,7 +81,8 @@ mode_dict = {0:'original',
|
|||
|
||||
mode_str_dict = { mode_dict[key] : key for key in mode_dict.keys() }
|
||||
|
||||
mask_mode_dict = {1:'dst',
|
||||
mask_mode_dict = {0:'full',
|
||||
1:'dst',
|
||||
2:'learned-prd',
|
||||
3:'learned-dst',
|
||||
4:'learned-prd*learned-dst',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue