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

Face Already Registered Feature #29

Open HussainON opened 3 years ago

HussainON commented 3 years ago

Hi Marcos, Great work!

I just noticed that if you sign up your face and try to sign it up again, it doesn't recognize that your face is already registered and just go and register another face of yours. Could there be any possibility that you could implement a feature where it knows that the face is already registered.

Thank you.

MCarlomagno commented 2 years ago

Hi Hussain, sorry for the late answer. Yes you're totally right, we don't have any validation for double sign up, let me estimate the task effort and see when can I solve it. But if you think you can fix it by yourself I invite you to work on a patch for it :)