mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-10 12:51:11 +03:00
Merge 433ee15275 into 6f80bcd19f
This commit is contained in:
@@ -127,7 +127,7 @@ class FaceRealTimeProcessor(RealTimeProcessorApi):
|
|||||||
os.path.join(MODEL_CACHE_DIR, "facedet/facedet.onnx"),
|
os.path.join(MODEL_CACHE_DIR, "facedet/facedet.onnx"),
|
||||||
config="",
|
config="",
|
||||||
input_size=(320, 320),
|
input_size=(320, 320),
|
||||||
score_threshold=0.5,
|
score_threshold=min(0.5, self.face_config.detection_threshold),
|
||||||
nms_threshold=0.3,
|
nms_threshold=0.3,
|
||||||
)
|
)
|
||||||
self.faces_per_second.start()
|
self.faces_per_second.start()
|
||||||
|
|||||||
Reference in New Issue
Block a user