snowzach / doods

DOODS - Dedicated Open Object Detection Service
MIT License
303 stars 31 forks source link

Sequence analyse #36

Closed alekslyse closed 3 years ago

alekslyse commented 3 years ago

Is it possible to analyse a sequence of frames with doods and end up with an average. I raised the same question about another system, but I see the dilemma of for example a door opens, doods triggers and see nothing, but a person show up 2 seconds later. It would be great if doods could recheck / analyse x frames so it does not miss a close event like a person exists a car or door. Same with the car today it would just trigger about the car, but if it checked some more frames it would detect the car and the person exit it

snowzach commented 3 years ago

DOODS only checks frames. It's whatever you are using to send DOODS frames. What really needs modified is whatever is sending DOODS frames. (Home assistant?)

snowzach commented 3 years ago

I am going to close this one. I want to eventually create a service that sits in front of Doods and does what you are talking about.