diff --git a/facelib/S3FD.h5 b/facelib/S3FD.h5 index f9229f3..5788f65 100644 Binary files a/facelib/S3FD.h5 and b/facelib/S3FD.h5 differ diff --git a/mainscripts/Extractor.py b/mainscripts/Extractor.py index eddf66f..28fa105 100644 --- a/mainscripts/Extractor.py +++ b/mainscripts/Extractor.py @@ -213,7 +213,7 @@ class ExtractSubprocessor(Subprocessor): cpu_only = True if not cpu_only and (type == 'rects' or type == 'landmarks'): - if type == 'rects' and (self.detector == 'mt' or self.detector == 's3fd') and nnlib.device.backend == "plaidML": + if type == 'rects' and (self.detector == 'mt') and nnlib.device.backend == "plaidML": cpu_only = True else: if multi_gpu: