You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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:
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?
The text was updated successfully, but these errors were encountered: