atharvakale31 / Real-Time_Face_Recognition_Android

Real-Time Face Recognition App using Tensorflow Lite
https://play.google.com/store/apps/details?id=com.atharvakale.facerecognition
180 stars 67 forks source link

the latest master commit doesn't match to app on google play #9

Closed redmare27 closed 3 years ago

redmare27 commented 3 years ago

There are differences between the latest master commit and app on google play, it looks like the app on google play is the latest one.

The app on google play was updated on 17 May 2021, but the latest master commit was updated on 17 April 2021. I tested the app on google play, it's able to detect my side face although I added my front face only. but if I run the app from the latest master commit, the app is unable to detect my side face.

Can you push your changes to the master?

Thanks.

atharvakale31 commented 3 years ago

Hey, WOW don't know how I missed that. Thanks for bringing that to my notice. I have pushed the changes to the master branch. Please do tell if the problem is resolved after the new commit.

Also it is important to know, the app( or the model I must say) was not made for side faces. Though as long as a face is detected it will create embeddings of that image and find the nearest neighbor. The last change(ie on 17th may) was actually made to fix a bug regarding face detection (not recognization) and face orientation.

redmare27 commented 3 years ago

Hai @atharvakale31 , the new commit solved the problem.

Thanks for your fast response