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

Temporary exclusion of valid predictions on subsequent detection events #168

Closed
bristolm opened this issue Nov 25, 2022 · 2 comments
Closed

Comments

@bristolm
Copy link

bristolm commented Nov 25, 2022

When a new object moves into frame and stops it will be identified unless it is filtered out by static exclusion zones each time a new movement event is passed long by Synology. So, for example - a newly parked car can be repeatedly detected even though it hasn't moved. This gets noisy if the camera isn't good at filtering out stuff like wind or shadows.

This suggestion is to create a temporary exclusion zone for each valid prediction until that prediction is no longer valid. This way there are only 2 notifications for each stationary object - when it first appears, and when it disappears.

I've actually coded this up as a new ExcludeIdlePredictions boolean on Camera if you are interested.

@djdd87
Copy link
Owner

djdd87 commented Nov 28, 2022

Hey, I'd actually already logged this as #111. If you've got some code, I'd definitely be interested in seeing your solution.

@bristolm
Copy link
Author

Ah nuts! My bad. I'll close this one as DUPLICATE of #111 then.

Sure. I can push what I have now.

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

No branches or pull requests

2 participants