Face detection

Hi Guys

I have a hard time with Face detection. I only get following:

What does “faces [object Object]” means? Shouldn’t there be the name of the identified Person?
In the log i see the right name from the Person, but in the States there is again “faces [object Object]”:

I also tried it with the Dlib Component with the exact same behaviour.

Can anyone help me?

i guess i’ll have to give up on this then. :disappointed:

once you upload and train your face it will show your name or the name you picked for the person infront of the camera.
It took me a good 4 hrs to finally get this working because all the tuts you can find is really vague and noone ready explains what you have to do. and in the end you will end up with no quota left from azure…
right now im playing around with dlib face detect it might be a lot eazier to mess with , Ill let you know.

1 Like

Any solution to this? It seems like it recognize my face from time to time (using dlib_face_identify) but it says “Faces: [object Object]”

This is my config in configuration.yaml:

image_processing:
  - platform: dlib_face_detect
    source:
      - entity_id: camera.overvakningskameran
        name: FindFaces
 
  - platform: dlib_face_identify
    source:
       - entity_id: camera.overvakningskameran
    faces:
      Jon: /share/jon.jpg
      Jon2: /share/jon2.jpg

Hey,

I am struggling with the exact same thing - did you ever get this one solved?