moberweger / deep-prior

Fast and accurate 3D hand pose estimation from single depth images
GNU General Public License v3.0
63 stars 23 forks source link

How to get the xyz coordinates #10

Closed Minfujao closed 6 years ago

Minfujao commented 7 years ago

Hi, I am new at programming, i use Kinect v1 to run test_realtimepipeline.py and how can i get the xyz coordinates of each joint?

Thank you.

moberweger commented 7 years ago

Hi, You should take a look at util/realtimehandposepipeline.py:L172 which holds the pose in 3D coordinates.