Open Skullface9512 opened 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
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?