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

root-relative discretized depth #109

Closed sunmengnan closed 2 years ago

sunmengnan commented 2 years ago

https://github.com/mks0601/3DMPPE_POSENET_RELEASE/blob/3f92ebaef214a0eb1574b7265e836456fbf3508a/demo/demo.py#L105 Hi, is the root-relative discretized depth refterring to each joint relative to the previous joint,or all the joints relative to the pelvis joint?

I found there is no negative value in root-relative depth among all the joints, is there something wrong?

mks0601 commented 2 years ago

Q. is the root-relative discretized depth refterring to each joint relative to the previous joint,or all the joints relative to the pelvis joint? A. all the joints relative to the pelvis joint. they are discretized in heatmap space (0~63)