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
677 stars 69 forks source link

Recover mesh from 3D joint inputs #73

Open alamine53 opened 10 months ago

alamine53 commented 10 months ago

Great work! What is the process for recovering the 3d mesh from ground truth 3d joints? Assume I am starting from a 3d skeleton, I would like to build a representative volumetric SMPL model (neutral shape). My skeleton system has 29 joints (coco + [neck, pelvis, lPinky, lThumb, lHeel, lSmallToe, lBigToe, rPinky, rThumb, rHeel, rSmallToe, rBigToe]) and the coordinates are in absolute terms (they would need to be normalized). Grateful for your help.