CMU-Perceptual-Computing-Lab / openpose

OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
https://cmu-perceptual-computing-lab.github.io/openpose
Other
30.68k stars 7.82k forks source link

Person/Pose detection with Intel RealSense Camera #1420

Closed Ceepert closed 4 years ago

Ceepert commented 4 years ago

I am currently trying to detect the pose of a single person captured by an Intel RealSense Camera using OpenPose in Python.

I am complete beginner in this field and would like to know where to find some guides or even just the commands for those functions. I saw that the feature "3D real-time single-person keypoint detection" was given, but cant find anything related to it, only how to do person detection with a normal 2D image.

gineshidalgo99 commented 4 years ago

The doc answers all of these questions... But we do not support RealSense camera, only calibrated multi-view 3-D flir cameras as the doc says.

Duplicated: #281