mks0601 / 3DMPPE_POSENET_RELEASE

Official PyTorch implementation of "Camera Distance-aware Top-down Approach for 3D Multi-person Pose Estimation from a Single RGB Image", ICCV 2019
MIT License
817 stars 147 forks source link

About mesh(SMPL) lables #57

Closed www516717402 closed 4 years ago

www516717402 commented 4 years ago

Hello, This problem is not related to this project.But I still hope your answer. I already finish trained in hand dataset by PoseNet from your advise. Recently, I want add a branch by SMPL model to improve 3D PCK precise. There is no mosh(SMPL theta and beta) in STB、RHD、FreiHand dataset etc. How to translate 3D keypoints to mesh(SMPL theta beta)?

mks0601 commented 4 years ago

https://github.com/vchoutas/smplify-x

www516717402 commented 4 years ago

Thank your for help. I need to ask you another question. Recently, I already transform FreiHand to mesh by manopth . However, get 21 keypoints by manopth inequal from read training_xyz.json files directly. How you meet this question? Sorry to bother you.