AISangam / Facenet-Real-time-face-recognition-using-deep-learning-Tensorflow

Facenet-Real-time-face-recognition-using-deep-learning-Tensorflow
159 stars 104 forks source link

Update test_image.py #11

Closed gorchard closed 6 years ago

gorchard commented 6 years ago

Fixed misinterpretation of results. argmin should be used instead of argmax to find the best match (instead of the worst match)

Seems to be a bug that only shows it's face in the case where there is only 1 image used per person (the above does not fix it). I'll close the pull request.