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

Detector Question #16

Open sniperHJJ opened 3 years ago

sniperHJJ commented 3 years ago

Which detector should I use that has eyes, nose, and pelvis like Posenet in the introduction picture?

Can I use the plevis coordinates as the center of both hips?

hongsukchoi commented 3 years ago

I used HRNet and DarkPose as written in here: https://github.com/hongsukchoi/Pose2Mesh_RELEASE#results The joint set are defined by COCO dataset and, yes you can use the pelvis coordinates as the center of left and right hips.