Is there a way to reduce redundant events triggered by the same object? #20806
Replies: 3 comments 1 reply
-
|
Yes, you can reduce redundant events for stationary objects like your bike by configuring Frigate's stationary object tracking settings.(1) Frigate has a detect:
stationary:
interval: 50
threshold: 50
max_frames:
default: 3000The key parameters are:(1)
For your bike scenario, you could configure something like this to reduce events:(1) detect:
stationary:
max_frames:
default: 3000
objects:
bicycle: 1000This limits how long Frigate will continue tracking your stationary bike.(1) Additionally, from version 0.14 onwards, Frigate introduced a new review system that groups related detections into single review items rather than creating separate events for each detection.(2)(3) This means that multiple detections of the same stationary object within a time period are consolidated into one review item, which should significantly reduce the redundant notifications you're experiencing.(2) 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
We can't help without seeing your config, there are different things that can cause this to happen. Also, this generally will be improved in 0.17 |
Beta Was this translation helpful? Give feedback.
-
|
While the AI's response is partially correct here, I would actually approach the issue differently. The object scores are extremely low, which indicates that the reason why you are seeing multiple detections is rooted in a model confidence issue. While adjusting the stationary settings may provide some benefit, it only puts a bandage on the larger problem. I would either:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I often leave my bike, for example, in the garden. As a result, I receive a large number of repeated events for the same object — sometimes every minute or every few minutes. Is it possible to avoid creating records for such cases, or significantly reduce the number of records generated?

You can see example below:
Beta Was this translation helpful? Give feedback.
All reactions