Closed bm55 closed 2 years ago
The default threshold at the camera level is 0.7. Camera level filters are applied before the zone filters, so you need to lower the threshold in the objects config to 0.5.
Also worth noting that zone filters do not remove false positives.
Thanks @blakeblackshear and also for this example https://deploy-preview-1927--frigate-docs.netlify.app/configuration/zones#restricting-zones-to-specific-objects
Describe the problem you are having
Unable to get mqtt messages when min_score is less than 0.7. My config has 2 zones called "frontRoad" and "backRoad" with min_score 0.4 and 0.2 but the "frigate/events" never shows any messages unless the min_score is over the default 0.7
Is this by design or something wrong with my config? I am hoping to trigger exterior lights when the 2 zones I mentioned detects person with low score even if it's a false detection.
I use NodeRed to view the score "payload.after.top_score"
Version
0.10.0-C1155AF
Frigate config file
Relevant log output
FFprobe output from your camera
Frigate stats
Operating system
Other Linux
Install method
Docker Compose
Coral version
USB
Network connection
Wired
Camera make and model
Reolink
Any other information that may be helpful
No response