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.51k stars 155 forks source link

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

Open vvzz opened 10 months ago

vvzz commented 10 months 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 9 months 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 9 months ago

Correct!

roflcoopter commented 9 months ago

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