Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mapping COCO keypoints to Human36 format #27

Open
aitikgupta opened this issue Sep 2, 2020 · 3 comments
Open

Mapping COCO keypoints to Human36 format #27

aitikgupta opened this issue Sep 2, 2020 · 3 comments

Comments

@aitikgupta
Copy link

aitikgupta commented Sep 2, 2020

I understand that Stacked Hourglass predictions (MPII format) are permuted to Human36 format.
To infer, as mentioned here in issue #15, it is possible to pre-process annotations in-the-wild to Human36 ground-truth 2D format.

I was wondering if the same permuting work has been done for COCO keypoints format? Any pointers are appreciated.
Thanks!

@garyzhao
Copy link
Owner

garyzhao commented Sep 3, 2020

Hi @aitikgupta ,

Thanks for your interest in our work!

One possible solution for mapping COCO to H36M format can be found here: https://github.com/JimmySuen/integral-human-pose/blob/master/pytorch_projects/common_pytorch/dataset/hm36.py#L73

Or I think you can reduce all the numbers of key points to 13 and then mapping them.

Best,
Long

@HDYYZDN
Copy link

HDYYZDN commented Dec 22, 2020

@garyzhao ,您好, 请您推荐一个复现Stacked Hourglass Networks比较好的代码 ,非常期待您的回复

@garyzhao
Copy link
Owner

@garyzhao ,您好, 请您推荐一个复现Stacked Hourglass Networks比较好的代码 ,非常期待您的回复

Hi @HDYYZDN ,

You can check this one: https://github.com/bearpaw/pytorch-pose

Best,
Long

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants