viseron icon indicating copy to clipboard operation
viseron copied to clipboard

Is it possible to have a sensor for unknown person and use compreface plugins?

Open vvzz opened this issue 1 year ago • 3 comments

I currently have compreface setup and it works well and I see an entity appear if a known face is deteced. However, I would like to use compreface(using its plugins) to tell me extra information about any detected person, so I can send myself alert like "Person in driveway, male age 20-30" or so. Looking at the face detection code it looks like when unknown face is detected its just saved into the dir, but no events are raised.

This actually appears to be more like an image classification task, so I wonder if the approach is to have a version of compreface in image_classification domain.

vvzz avatar Sep 09 '23 03:09 vvzz

All the data from plugins are available in the attributes sent to MQTT, but that is for known faces only.

Am i understanding you right that you would like the same data to be sent for unknown faces as well?

roflcoopter avatar Sep 09 '23 07:09 roflcoopter

Correct!

vvzz avatar Sep 10 '23 00:09 vvzz

Great. Sadly I am swamped with work atm so it will take a while before I can implement this

roflcoopter avatar Sep 12 '23 14:09 roflcoopter