Vegetebird / MHFormer

[CVPR 2022] MHFormer: Multi-Hypothesis Transformer for 3D Human Pose Estimation
MIT License
530 stars 85 forks source link

how to get the coordinate data? #60

Closed ycj1124 closed 2 years ago

ycj1124 commented 2 years ago

after your instructions I can successfully get the MPJPE rate and the output video like this:

2022-06-30 10-14-43 的屏幕截图

and I wonder whether I could get the coordinate data of the point,such as the (x,y) of the human joint? which .py could I run to make it possible? thank you very much

Vegetebird commented 2 years ago

The 'input_2D' contains coordinate data of input (x,y) joints.