mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 13:02:15 -07:00
refactoring. Added RecycleGAN for testing.
This commit is contained in:
parent
8686309417
commit
f8824f9601
24 changed files with 1661 additions and 1505 deletions
|
@ -18,14 +18,6 @@ class MTCExtractor(object):
|
|||
self.thresh2 = 0.85
|
||||
self.thresh3 = 0.6
|
||||
self.scale_factor = 0.95
|
||||
|
||||
'''
|
||||
self.min_face_size = self.scale_to * 0.042
|
||||
self.thresh1 = 7
|
||||
self.thresh2 = 85
|
||||
self.thresh3 = 6
|
||||
self.scale_factor = 0.95
|
||||
'''
|
||||
|
||||
def __enter__(self):
|
||||
with self.tf.variable_scope('pnet2'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue