mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-10 15:23:32 -07:00
fix
This commit is contained in:
parent
efe3b56683
commit
57ceba3225
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class Sample(object):
|
||||||
self.landmarks = np.array(landmarks) if landmarks is not None else None
|
self.landmarks = np.array(landmarks) if landmarks is not None else None
|
||||||
self.ie_polys = IEPolys.load(ie_polys)
|
self.ie_polys = IEPolys.load(ie_polys)
|
||||||
self.seg_ie_polys = IEPolys.load(seg_ie_polys)
|
self.seg_ie_polys = IEPolys.load(seg_ie_polys)
|
||||||
self.eyebrows_expand_mod = eyebrows_expand_mod
|
self.eyebrows_expand_mod = eyebrows_expand_mod if eyebrows_expand_mod is not None else 1.0
|
||||||
self.source_filename = source_filename
|
self.source_filename = source_filename
|
||||||
self.person_name = person_name
|
self.person_name = person_name
|
||||||
self.pitch_yaw_roll = pitch_yaw_roll
|
self.pitch_yaw_roll = pitch_yaw_roll
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue