mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 05:22:06 -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
|
@ -16,6 +16,8 @@ class S3FDExtractor(object):
|
||||||
|
|
||||||
self.model = nnlib.keras.models.load_model ( str(model_path) )
|
self.model = nnlib.keras.models.load_model ( str(model_path) )
|
||||||
|
|
||||||
|
self.extract ( np.zeros( (1080,1920,3), dtype=np.uint8) )
|
||||||
|
|
||||||
def __enter__(self):
|
def __enter__(self):
|
||||||
return self
|
return self
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue