MCarlomagno / FaceRecognitionAuth

😀🤳 Simple face recognition authentication (Sign up + Sign in) written in Flutter using Tensorflow Lite and Firebase ML vision library.
BSD 3-Clause "New" or "Revised" License
385 stars 193 forks source link

Keeps Confusing Faces #31

Closed dandoii closed 2 years ago

dandoii commented 2 years ago

I have an issue where it isn't exactly matching faces accurately at all. I've got one face registered and it lets nearly everyone sign in to that profile.

MCarlomagno commented 2 years ago

Hi! sorry for the late answer, I will check it out and see if I can fix it

dandoii commented 2 years ago

Hi, I managed to figure it out. Turns out the reference photos in the DB just weren’t clear enough.

Thanks though!

Sent from my iPhone

On 18 Oct 2021, at 12:32, Marcos Carlomagno @.***> wrote:

 Hi! sorry for the late answer, I will check it out and see if I can fix it

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

MCarlomagno commented 2 years ago

Actually that's the powerful part :). We store a ML model representation of the face in matrix format, we don't store any image or loaded file.

Thanks to you!