mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 13:32:09 -07:00
1
This commit is contained in:
parent
0a1a9b4fed
commit
1cc24f2a75
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ class Model(ModelBase):
|
|||
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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue