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

No face detection #39

Open skylastn opened 2 years ago

skylastn commented 2 years ago

i try to run in flutter 2.10.4 , got message no face detection, but the _faceDetectorService.faces is not empty

annkitpanwar commented 2 years ago

setState(() { faceDetected = _faceDetectorService.faces[0]; });

Add this to line number 102 in sign-up.dart.

raiTech7867 commented 2 years ago

I think This will help you-https://www.youtube.com/watch?v=0vkrISy4J_o