mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-21 05:53:24 -07:00
reduced rotation range
This commit is contained in:
parent
f69cfd2c79
commit
501547a24c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class SampleProcessor(object):
|
||||||
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=[-2,2], scale_range=[-0.05, 0.05], tx_range=[-0.05, 0.05], ty_range=[-0.05, 0.05] ):
|
||||||
self.random_flip = random_flip
|
self.random_flip = random_flip
|
||||||
self.rotation_range = rotation_range
|
self.rotation_range = rotation_range
|
||||||
self.scale_range = scale_range
|
self.scale_range = scale_range
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue