Alright, I figured out the problem. It was between the chair and the keyboard. That means, me.
The value
faces: [object Object]
when i used the template editor using this template: {{states.image_processing.dlib_face_myface.attributes}}
it came up with this: {‘device_class’: ‘face’, ‘faces’: [{‘name’: ‘me’, ‘entity_id’: ‘image_processing.dlib_face_myface’}], ‘friendly_name’: ‘Dlib Face myface’, ‘total_faces’: 1}
And when i used this template: {{states.image_processing.dlib_face_myface.attributes.faces}}
it came up with this: [{‘name’: ‘me’, ‘entity_id’: ‘image_processing.dlib_face_myface’}]
Now, I want to filter the name and I cant find the way!
How can I use a template to only show the name?
Yes. The only thing I did was to put one image of mine and one of my wife’s and it could recognize us both succesfuly. I have removed the component a long time ago but if I remember correctly, it could recognize us even when we had our heads slightly sideways. It gave me the feeling it only needed half the face to do the recognition.
Hi, do you able to find the way to get the identification on automation. Suppose you get detected and an automated trigger happen. It will help a lot if the identification is accurate.Thanks.
dlib needs some updating. I would propose adding the image_processing.face_recognised event similar to that implemented by facebox. @masterkenobi how are you using face recognition for auth?