When you have 100’s or 1,000’s of faces that have been recognised for one person, there is obviously going to be a ranking where some of the faces are a better match than others. Is there a way to see this ranking?
I did some digging around in the database files, but I could determine how to do this.
Hi @craig.au,
There isn’t a ranking for the faces. Each face is compared to every other face, and there is a multidimensional distance metric calculated based on the extracted face vectors. If most of the faces with the closest distance measurment all have the same identity label, then the unknown face gets a suggestion of the same label.
This is an over-simplification, but it should help you understand there isn’t a generic ranking for each face.
Cheers,
Mike
Thank you for the explanation Mike.