mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 03:55:21 +00:00
Merge pull request #1407 from mehran66/patch-1
This commit is contained in:
commit
d11ca8ff22
@ -46,7 +46,7 @@ class CenterFaceClient(Detector):
|
|||||||
"""
|
"""
|
||||||
resp = []
|
resp = []
|
||||||
|
|
||||||
threshold = float(os.getenv("CENTERFACE_THRESHOLD", "0.80"))
|
threshold = float(os.getenv("CENTERFACE_THRESHOLD", "0.35"))
|
||||||
|
|
||||||
# BUG: model causes problematic results from 2nd call if it is not flushed
|
# BUG: model causes problematic results from 2nd call if it is not flushed
|
||||||
# detections, landmarks = self.model.forward(
|
# detections, landmarks = self.model.forward(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user