|
@@ -34,7 +34,6 @@ def onInitialize(self): |
|
|
self.face_type = FaceType.FULL if self.options['face_type'] == 'f' else FaceType.HALF |
|
|
|
|
|
model_name = 'FANSeg' |
|
|
model_name = 'FANCHQ' |
|
|
self.fan_seg = TernausNet(model_name, self.resolution, |
|
|
FaceType.toString(self.face_type), |
|
|
load_weights=not self.is_first_run(), |
|
|
0 comments on commit
1cc24f2