HASS-Deepstack-face
HASS-Deepstack-face copied to clipboard
Home Assistant custom component for using Deepstack face recognition
Hi, Just set this up to try and recognize people from my unifi protect cameras, I want to replace the large number of `person detected` notifications I get from their...
There is an endpoint for listing faces, this info could be exposed via a service or attribute: https://python.deepstack.cc/face-recognition#managing-registered-faces
save_faces save images with very poor quality. Is it possible to save this in better quality, so they can be used for training?
It would be great, if the last detected face could be saved (like in deepstack-object: "always_save_latest_file: True")
Good day. Please consider adding the below event available in HASS-Deepstack-object for for the save_file_folder: in HASS-Deepstack-face `saved_file : the path to the saved annotated image, which is the timestamped...
**I made corrections to the code and got the output of names in one line. Please add this code to your integration and if you see that you need to...
Hello! great integration, loving it so far.... The thing that im missing is a setting to establish a minimum confidence level, and that it dont save snapshots that dont rank...
I added a quick config option "box_color:" to change the box color of detected faces because the red box is not well visible on some backgrounds. Available colors are red,...
Can be used as UI and for training, apparently https://github.com/jakowenko/double-take
I switched to CodeProject,AI changing only the port number under image_processing and faces are matched and framed as before, but every one logs the following error: ``` Logger: homeassistant.helpers.entity Source:...