Skip to content
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

Can I use the face detection module of Intel RealSense Viewer using python? #13507

Open
Skullface9512 opened this issue Nov 12, 2024 · 2 comments
Labels

Comments

@Skullface9512
Copy link

Hi, I used the Intel RealSense Viewer application in the SDK2.0, which is very well designed. I want to develop the face detection module, but I don't find the source code. Can you provide the source code?

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Nov 12, 2024

Hi @Skullface9512 The face detection module in the RealSense Viewer is based on Intel OpenVINO Toolkit code.

https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/overview.html

The source code for an OpenVINO face detector application separate from the Viewer can be found at the link below. However, its source code is C++ rather than Python.

https://github.com/IntelRealSense/librealsense/tree/master/wrappers/openvino/face

The link below has a Python project that demonstrates using the dlib facial landmark detection library for facial landmark detection and using the points in 3D:

https://github.com/ostadabbas/3d-facial-landmark-detection-and-tracking

@MartyG-RealSense
Copy link
Collaborator

hi @Skullface9512 Do you require further assistance with this case, please? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants