-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[Question] human or photo detection #12915
Comments
Hi @rifai-github The RealSense SDK provides a C++ anti-spoofing example that uses the Dlib facial landmark recognition library. https://github.com/IntelRealSense/librealsense/tree/master/wrappers/dlib/face If your project requires Unity though then you will need a Unity or C# based solution. You could investigate the possibility of using the Dlib FaceLandmark Detector asset on the Unity Asset Store. https://assetstore.unity.com/packages/tools/integration/dlib-facelandmark-detector-64314 There is also a commercial solution called Cyberlink FaceMe which supports integration into the user's projects via C#. |
Hi @rifai-github Do you require further assistance with this case, please? Thanks! |
Case closed due to no further comments received. |
sorry for just replying to the message. Thank you for your help, this works for me and is very helpful. Thank You @MartyG-RealSense |
It's no trouble at all, @rifai-github - I'm pleased to hear that you achieved a solution. Thanks very much for the update! |
I have an Intel RealSense D455 device. I want to detect whether what is in front of the camera is a human or a piece of photo paper. I want to take advantage of the depth sensor on the D455. Can it? I use the Unity engine.
I've searched several forums but haven't found any insight into my problem.
Thank You
Issue Description
The text was updated successfully, but these errors were encountered: