Open GL-RuiLa opened 5 years ago
Also interested in liveness detection.
One aspect of that could be blink detection, see #176.
Also interested! Something like that! http://cvlab.cse.msu.edu/project-face-anti.html
An article on one type of liveness detection using a convolutional neural network: https://www.pyimagesearch.com/2019/03/11/liveness-detection-with-opencv/
Also Interested!
I would love to see Vincent @justadudewhohacks implements some kind like this https://github.com/richmondu/libfaceid
This is likely my #1 request for this fantastic library.
I have converted liveness keras model from https://www.pyimagesearch.com/2019/03/11/liveness-detection-with-opencv/ into tensorflowjs json model. anyone know how can i use this converted model in this library?
New open source solution: https://github.com/SoftwareGift/FeatherNets_Face-Anti-spoofing-Attack-Detection-Challenge-CVPR2019
international download link model
Output:
./images/fake.jpg: FAKE!
./images/real.jpg: REAL
An article on one type of liveness detection using a convolutional neural network: https://www.pyimagesearch.com/2019/03/11/liveness-detection-with-opencv/
I tried that but the accuracy of the model is very poor.
Landmarks, specifically for eyes, changes in difference of distance between upper eye points and lower eyes points
We tried to use the same for fatigue detection but sadly eyes closed, it wasn't perfoming well for Indians faces so had to move to a different solution.
Summarizing, record a video run face-api notice how distances are changing, disproportionately compared to other landmarks, they are alive if not it's something static which may be moving around as a whole
Hello there,
Just wanted to suggest a direction on how to do this.
There's a company which I won't disclose the name, who does the liveness detection based on the realness of the skin of the person.
While capturing the video input, several screens of different colors are quickly displayed on the screen. The algorithm analyses the reflection of light on the skin and determines if it's real or not.
Chey
I want code example for checking face liveness.
Hopefully this repo has an additional guide to detecting fake faces
@ariffromeo, sorry, did you manage to incorporate the models?
excellent feature request. would love to have this.
+100 on this request!
I think this code will work. https://gist.github.com/kleysonr/d75494f239ad0dce561a55a624920693
I have a problem like this too. Please fix it 😍😍 .
+1
Hi,
I am working on an internal room check-in system using this API. The detection speed and accuracy looks great. But there is a problem that people can use pictures on their phone or printed paper to unlock the door. I am wondering if there is any liveness detection (anti-spoofing) model we can integrate to make this API better. Thanks
Rio