3dpose / 3D-Multi-Person-Pose

3D Multi-Person Pose Estimation by Integrating Top-Down and Bottom-Up Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code error

zyc573823770 opened this issue · comments

commented

It seemed that the final absolute xyz prediction is depended on the xy of the GT which is uncomparable with other methods predicting root xyz and relative xyz and add them together to get the final joint xyz without any information from gt.

predP = predP + gt_p3d[k][:,14:15] * ratio # x,y is proportional to camera depth