roflcoopter / viseron

Self-hosted, local only NVR and AI Computer Vision software. With features such as object detection, motion detection, face recognition and more, it gives you the power to keep an eye on your home, office or any other place you want to monitor.
MIT License
1.77k stars 180 forks source link

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

Open vvzz opened 1 year ago

vvzz commented 1 year ago

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.

roflcoopter commented 1 year ago

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?

vvzz commented 1 year ago

Correct!

roflcoopter commented 1 year ago

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