shubham0204 / FaceRecognition_With_FaceNet_Android

Face Recognition using the FaceNet model and MLKit on Android.
https://towardsdatascience.com/using-facenet-for-on-device-face-recognition-with-android-f84e36e19761
Apache License 2.0
264 stars 88 forks source link

Multiple facial recognition in a single frameis not detecting properly #32

Open Vishnu39 opened 1 year ago

Vishnu39 commented 1 year ago

First of all is it supported , current version recognizes but naming is flipped for users.

shubham0204 commented 1 year ago

@Vishnu39 Recognizing multiple faces in a single frame is indeed supported by the app. Can you describe more 'naming is flipped for users'? It is flipped geometrically or the predictions are getting swapped?

Vishnu39 commented 1 year ago

Hi @shubham0204 , If there is 2 person in a frame , it predicts 2 persons but there names are swapped . For example if there is User A and B then User A is shown as User B and vice versa.