mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-20 13:33:24 -07:00
clean up
This commit is contained in:
parent
40a416e415
commit
cc3f232cf6
1 changed files with 2 additions and 2 deletions
|
@ -28,10 +28,10 @@ class SampleProcessor(object):
|
||||||
GGG = 3 #3xGrayscale
|
GGG = 3 #3xGrayscale
|
||||||
|
|
||||||
class FaceMaskType(IntEnum):
|
class FaceMaskType(IntEnum):
|
||||||
NONE = 0
|
NONE = 0
|
||||||
FULL_FACE = 1 # mask all hull as grayscale
|
FULL_FACE = 1 # mask all hull as grayscale
|
||||||
EYES = 2 # mask eyes hull as grayscale
|
EYES = 2 # mask eyes hull as grayscale
|
||||||
FULL_FACE_EYES = 3 # eyes and mouse
|
FULL_FACE_EYES = 3 # eyes and mouse
|
||||||
|
|
||||||
class Options(object):
|
class Options(object):
|
||||||
def __init__(self, random_flip = True, rotation_range=[-10,10], scale_range=[-0.05, 0.05], tx_range=[-0.05, 0.05], ty_range=[-0.05, 0.05] ):
|
def __init__(self, random_flip = True, rotation_range=[-10,10], scale_range=[-0.05, 0.05], tx_range=[-0.05, 0.05], ty_range=[-0.05, 0.05] ):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue