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

Can I input a picture of my hand to create a 3D model of the shape #60

Open guyingy opened 1 year ago

guyingy commented 1 year ago

First of all thank you for your excellent work! I want to input my hand photo. Can I get the corresponding 3D model in this way? If you can, what information do you need to input besides the image? Thank you for your guidance

hongsukchoi commented 1 year ago

Hi, you can run OpenPose for hands and input the 2D joint estimation into Pose2Mesh. Be careful about ordering the hand joints.

https://github.com/Hzzone/pytorch-openpose https://github.com/CMU-Perceptual-Computing-Lab/openpose https://github.com/hongsukchoi/Pose2Mesh_RELEASE#running-pose2mesh