You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Hi:)
Thanks for nice work and I have some questions about 2d pose npz files.
Looking at your "data_2d_h36m_cpn_h36m_dbb.npz" file or "data_2d_h36m_detectron_coco.npz" file, I can see that the keypoints in that files are in h36m skeleton order. But if i make npz files by the code "infer_video_d2.py" , the keypoints in the npz file I made are COCO skeleton order.
So I wonder How you guys detect h36m skeleton 2d keypoints. I understood that your team made 2d detection by Detectron(BB) and CPN(2d keypoint). But I was assuming that CPN extracts coco keypoints too. So how did you made coco keypoints to h36m keypoints like in "data_2d_h36m_cpn_h36m_dbb.npz"?
The text was updated successfully, but these errors were encountered:
Hi:)
Thanks for nice work and I have some questions about 2d pose npz files.
Looking at your "data_2d_h36m_cpn_h36m_dbb.npz" file or "data_2d_h36m_detectron_coco.npz" file, I can see that the keypoints in that files are in h36m skeleton order. But if i make npz files by the code "infer_video_d2.py" , the keypoints in the npz file I made are COCO skeleton order.
So I wonder How you guys detect h36m skeleton 2d keypoints. I understood that your team made 2d detection by Detectron(BB) and CPN(2d keypoint). But I was assuming that CPN extracts coco keypoints too. So how did you made coco keypoints to h36m keypoints like in "data_2d_h36m_cpn_h36m_dbb.npz"?
The text was updated successfully, but these errors were encountered: