You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a detection profile that uses a camera in my garage to detect if the car is there or not. I've created one profile checking if "car" is detected with more than 60% accuracy (due to the extreme angle, it doesn't look like a car as much in the image, plus there's a cargo rack on top). I'd also like to detect it not being there so I created a negative car profile. Should I invert the confidence? When I look at the detection events when the garage is empty, there is no prediction relating to car, so no relevant profile. Any ideas, or what else can I provide for details?
The text was updated successfully, but these errors were encountered:
Negative profiles were added as an afterthought and are admittedly confusing. The negative flag simply inverts when the automations are triggered. Everything else works the same.
The AI parameters should be the same as if you were trying to match that object, and the negative flag just triggers the automations when the event is NOT relevant to the profile.
So if a car is detected, it would match your negative profile as a relevant event and the automations would NOT trigger. Conversely, if a car is NOT detected, the event would be NOT relevant, and the automations for your negative profile would trigger.
I use a negative profile for the car in my garage and part of the problem is that when there is no car, there is no motion to trigger the garage cam. So I am using node-red to periodically take a snapshot from that camera rather than relying on motion alone.
I've created a detection profile that uses a camera in my garage to detect if the car is there or not. I've created one profile checking if "car" is detected with more than 60% accuracy (due to the extreme angle, it doesn't look like a car as much in the image, plus there's a cargo rack on top). I'd also like to detect it not being there so I created a negative car profile. Should I invert the confidence? When I look at the detection events when the garage is empty, there is no prediction relating to car, so no relevant profile. Any ideas, or what else can I provide for details?
The text was updated successfully, but these errors were encountered: