Lauszus / FaceRecognitionApp

Face Recognition Android App
GNU General Public License v2.0
506 stars 238 forks source link

How to add liveness for face recognition #43

Closed aznj closed 5 years ago

aznj commented 5 years ago

First of all this repository code is excellent. My situation, this app able to recognize my face from a piece of paper that has my face printed on it. How to avoid that and only allow app to recognize my face through real person that is in front of the camera?

Lauszus commented 5 years ago

One approach would be to detect if the person blinks or not, but it's really out of scope for this repository. Try look up what other people have done on Google.