MCarlomagno / FaceRecognitionAuth

😀🤳 Simple face recognition authentication (Sign up + Sign in) written in Flutter using Tensorflow Lite and Firebase ML vision library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No face detection

skylastn opened this issue · comments

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

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

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