Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a rolling average of iou to determine if an object is no longer stationary #9381

Merged
merged 5 commits into from
Feb 26, 2024

Conversation

NickM-27
Copy link
Sponsor Collaborator

No description provided.

Copy link

netlify bot commented Jan 31, 2024

Deploy Preview for frigate-docs canceled.

Name Link
🔨 Latest commit 417ebc0
🔍 Latest deploy log https://app.netlify.com/sites/frigate-docs/deploys/65da48d4a23aec000859e956

@blakeblackshear
Copy link
Owner

I think it would be better to maintain a rolling average (median of the last 10 may be better for filtering outliers) bounding box coordinates and then compute the iou using that box. This is computing a metric from a metric which I think will make it harder to reason about what's happening.

@NickM-27
Copy link
Sponsor Collaborator Author

makes sense, I went with the average of the boxes for now

Co-authored-by: Blake Blackshear <blake@frigate.video>
@blakeblackshear blakeblackshear merged commit 3f1bd89 into dev Feb 26, 2024
13 checks passed
@blakeblackshear blakeblackshear deleted the stationary branch February 26, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants