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.
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.