mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-05 20:42:11 -07:00
fix s3fd extractor bug for 11GB+ cards
This commit is contained in:
parent
e3f63a7b40
commit
e63e89c305
2 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ class S3FDExtractor(object):
|
|||
return None
|
||||
|
||||
self.model = nnlib.keras.models.load_model ( str(model_path) )
|
||||
|
||||
self.extract ( np.zeros( (1080,1920,3), dtype=np.uint8) )
|
||||
|
||||
def __enter__(self):
|
||||
return self
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue