open-mmlab / mmpose

OpenMMLab Pose Estimation Toolbox and Benchmark.
https://mmpose.readthedocs.io/en/latest/
Apache License 2.0
5.58k stars 1.21k forks source link

det 2d cpn #1208

Open flynnamy opened 2 years ago

flynnamy commented 2 years ago

Hi,when I draw keypoints from joint_2d_det_files/cpn_ft_h36m_dbb_test.npy and annotation_body3d/fps50/h36m_test.npz, I found that the 2D keypoints from cpn is more accurate than gt from h36m_test.npz like following(the green points are gt keypoints and the blue points are cpn keypoints). What's your suggestions?Should I do some proprecessing? @ly015 check-cpn

jin-s13 commented 2 years ago

It seems that the green 'pose' is correct, but there are some translation (shift).

flynnamy commented 2 years ago

Do you have some processing in 2d keypoints? How to find the translation or scale to let it aligned with image? Thanks! @jin-s13

jin-s13 commented 2 years ago

@ly015 Could you offer some help with this?

flynnamy commented 2 years ago

Any suggestions? @ly015

ly015 commented 2 years ago

@flynnamy Sorry for the late reply. We are still checking the reason and will update in one or two days.