Search code examples
androidface-recognitionfirebase-mlkitgoogle-mlkit

Is Google MLKit able to recognize the same face?


I'm looking about implementing MLKit face recognition library in my Android App. The only thing that I can't understand is if it's possible and how can I compare two photos and detect if they are the same person. I've read these guides:

Thanks


Solution

  • ML Kit detects face contours, but does not recognize faces. So it can't determine whether two detected faces are of the same person.