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

Sign up page

ShanRaj-37 opened this issue · comments

Face is not recognizing in sign up page.
Facedetect is always null inside the app.

I'm also facing the same issue

im the same issue in sign up page

same issue is there any one who solved it

setState(() { faceDetected = _faceDetectorService.faces[0]; });
Add this to line number 102 in sign-up.dart.
as @ankitpanwar8979 says