hongsukchoi / Pose2Mesh_RELEASE

Official Pytorch implementation of "Pose2Mesh: Graph Convolutional Network for 3D Human Pose and Mesh Recovery from a 2D Human Pose", ECCV 2020
MIT License
678 stars 69 forks source link

Different joints order for different dataset #49

Open aali26 opened 2 years ago

aali26 commented 2 years ago

Hi, I wondered how you are mapping different joint orders in case of multiple datasets. For example, when training on (human3.6 and coco) and I set in the configuration, the target joint set is set to coco format. How are you mapping human3.6 joints order to coco joints order? Thanks in advance for your response

hongsukchoi commented 2 years ago

Hello @aali26,

Pose2Mesh uses joints from the fitted meshes. So it does not use the original joint GTs. For example, I get the coco joints of Human3.6M dataset by regressing 3D joints from SMPLify-X fitted meshes of Human3.6M.