[Config Support]: Help Reducing Alerts #21053
Replies: 3 comments 17 replies
-
|
Based on your configuration, there are a few key issues that may be causing false positives: Zone Presence Evaluation Loitering Time Behavior Key Configuration Issue Recommended Changes
review:
alerts:
enabled: true
required_zones: [roadway]
objects:
filters:
car:
min_area: 5000The mismatch between alerts and GenAI descriptions occurs because GenAI uses the same ** 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
To be clear, a false positive is when an object was detected that was not actually that object type. Regarding this issue, can you show an example of an alert that triggered? You can view alert details by tapping on the gray chip icon for a given review item. This will show what has happened. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
Hello all - I'm looking for help reducing false positives for cars passing in front of my camera. The desired behavior would be any car that loiters for 5s or longer in front of the camera in the "roadway" zone triggers an alert, but I'm getting many false positives for cars that are just passing through. I've tried adjusting the inertia/loitering time, but I still false positives even using very long times (10s-15s or more). It almost appears as if any vehicles that are in-frame longer than 5 or multiple cars pass through consecutively are triggering alerts.
Because I've used the same required zones for both gen AI and alerts, I would expect that any alert has a gen AI entry, but that hasn't been the case. Looking at the object lifecycle, the only events with gen AI entries appear to be those where vehicles truly loiter in the "roadway" zone for longer than 5s, leading me to think the zones are set up correctly. If that's true, then the alerts must be configured incorrectly, but I'm not sure I'm doing wrong there.
Any insight into what I might be missing? Thanks.
Version
0.16.2-4d58206
Frigate config file
Relevant Frigate log output
.Relevant go2rtc log output
.Frigate stats
No response
Operating system
UNRAID
Install method
Docker Compose
docker-compose file or Docker CLI command
.Object Detector
OpenVino
Screenshots of the Frigate UI's System metrics pages
No response
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions