mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 13:32:09 -07:00
upd ConverterMasked.py
This commit is contained in:
parent
0448220f8f
commit
42adbd94e7
1 changed files with 131 additions and 132 deletions
|
@ -179,7 +179,6 @@ class ConverterMasked(Converter):
|
||||||
|
|
||||||
maskx = int( maskx )
|
maskx = int( maskx )
|
||||||
masky = int( masky )
|
masky = int( masky )
|
||||||
if lenx >= 4 and leny >= 4:
|
|
||||||
|
|
||||||
lowest_len = min (lenx, leny)
|
lowest_len = min (lenx, leny)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue