robmarkcole / HASS-Deepstack-object

Home Assistant custom component for using Deepstack object detection
https://community.home-assistant.io/t/face-and-person-detection-with-deepstack-local-and-free/92041
MIT License
437 stars 97 forks source link

How to identify changes of objects #79

Closed robmarkcole closed 4 years ago

robmarkcole commented 4 years ago

Object detection models return an object count, but what we actually care about is new objects - we want to ignore background. How could the integration do this? Ideas:

MTrab commented 4 years ago

would it be possible to look at detection bounding-box?

I thought I could use this for detecting when a car arrives/departs from my garage. It works - somewhat, but when a car is parked in the garage it get detected (thus triggering image_processing.object_detected event every time) as long as it is present in the garage.

robmarkcole commented 4 years ago

This would really need to be implemented by deepstack or a standalone object tracking integration