0

I want to use Firebase Face detection in Android. As far as I read, it can detect faces. Can I save the detected face and compare it next time for authentication?

Sweety Bertilla
  • 972
  • 10
  • 35

1 Answers1

1

No, at the moment, ML Kit only does face detection, and gives you face landmark coordinates. It will be a very inaccurate method if used for face authentication.

Pannag Sanketi
  • 1,372
  • 1
  • 10
  • 10