python sample code for D435i .
looking for sample codes to detect the depth , and face detection with attributes like gender , age , emotion using pyrealsense2.
please support to create program in python , Thanks in advance.
-
The feature-set that you require goes beyond any currently available sample code available for Python via Intel. The existing RealSense-compatible solution that best meets this request is a commercial skeletal and face-tracking software called Nuitrack SDK. It is $40 USD a year but has a free trial version.
https://www.youtube.com/watch?v=HOm0-7qL5hk
A Nuitrack user wrote a wrapper to access Nuitrack from Python.
https://github.com/silasalves/pynuitrack
Alternatively, a more direct way to access face detection and analysis features from Python would be to use the Dlib library, which was made for C++ but supports Python. If you go to the link below and find the "Help / Info" section in the side-panel, expanding open the Examples: Python section shows a list of Dlib face sample programs for Python.
Please sign in to leave a comment.
Comments
1 comment