-
-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Face Liveliness and Anti-Spoofing Mechanism #904
Comments
Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊 |
Will this be an user interactive project and the dataset you are going to train will be captured live only right? Can you please clarify on this. |
for now im using pertained opnsourse models for Profile detection and Dlib shape predictor for eye landmarks , instruct user to perform certain action and detect liveness soon i will integrate anti spoofing models. @abhisheks008 anything else you want to add |
Hi @pratikwayal01 sorry for replying late due to the festivals going on. You can start working on this issue. |
Description
I'd like to propose the implementation of face liveliness detection and anti-spoofing mechanisms using OpenCV. These technologies are crucial for detecting if a face in front of a camera is real (i.e., a live person) or if it's a spoof attempt (e.g., a photograph, video, or mask).
Why is this feature important?
Face liveliness and anti-spoofing mechanisms are essential for:
These features would strengthen this usability in critical fields like biometrics, security, and mobile apps.
How should this feature be implemented?
Face Liveliness Detection:
Anti-Spoofing Mechanism:
Thank you for considering this feature request!
The text was updated successfully, but these errors were encountered: