-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add the ability to ignore stationary objects #111
Labels
Comments
Definitely need this feature. I got an alarm every single day at midday about a water tap the camera sees and synoai tells me it's a human with 80% probability |
So I think implementation would be something like:
|
bristolm
added a commit
to bristolm/SynoAI
that referenced
this issue
Nov 28, 2022
I forked and pushed my current changes Process is:
Couple changes I think it needs:
Any camera motion will confuse this but it gets back on track rather quickly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It might be useful to remember the last position of an object and then ignore it if it hasn't moved. This will likely require some sort of threshold as DeepStack is unlikely to give the same co-ordinates every single time.
This would allow a car parking on the driveway to only trip the alerts the first time it appears on the driveway and then stops.
The text was updated successfully, but these errors were encountered: