Open vvzz opened 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?
Correct!
Great. Sadly I am swamped with work atm so it will take a while before I can implement this
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.