rmbashirov / rgbd-kinect-pose

Demo for "Real-time RGBD-based Extended Body Pose Estimation" paper
MIT License
181 stars 22 forks source link

Extracting keypoints for the pose estimation #17

Open JJLimmm opened 1 year ago

JJLimmm commented 1 year ago

Hi @rmbashirov ,

Thank you for your work here, its great! I would like to ask where in your code should i look into to find out how to extract the keypoints and other information required from the body pose estimation. (e.g: for 2D pose estimation models, it will be 2D keypoints (x,y). For 3D pose estimation models (SMPLX), how to extract the (x,y,z) information of the keypoints detected?)

felixshing commented 1 year ago

Similar question I have. Did you find the solution?