From 57ceba322584f6c08726338c3c4bb74a550c2823 Mon Sep 17 00:00:00 2001 From: Colombo Date: Sat, 21 Mar 2020 06:20:45 +0400 Subject: [PATCH] fix --- samplelib/Sample.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samplelib/Sample.py b/samplelib/Sample.py index 604c02f..1f9908d 100644 --- a/samplelib/Sample.py +++ b/samplelib/Sample.py @@ -55,7 +55,7 @@ class Sample(object): self.landmarks = np.array(landmarks) if landmarks is not None else None self.ie_polys = IEPolys.load(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.person_name = person_name self.pitch_yaw_roll = pitch_yaw_roll