IntelRealSense / librealsense

Intel® RealSense™ SDK
https://www.intelrealsense.com/
Apache License 2.0
7.63k stars 4.83k forks source link

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

Open Skullface9512 opened 1 week ago

Skullface9512 commented 1 week ago

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 commented 1 week ago

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