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

About H36M #4

Open
sta105 opened this issue Jul 24, 2019 · 2 comments
Open

About H36M #4

sta105 opened this issue Jul 24, 2019 · 2 comments

Comments

@sta105
Copy link

sta105 commented Jul 24, 2019

Thank you for providing the code. In your paper you tested your network on H36M dataset, however, the definitions of 2d poses in H36M and SURREAL are different, for SURREAL joints are defined based on SMPL model(24 joints), however, there are 32 joints in H36M dataset.

So, since your network requires 2d heatmap as input, how did you obtain the 2d joints(24 joints) of H36M? Did you just use any off-the-shelf networks to detect 2d keypoints? If so, could you tell me which work you used?

Thanks alot:)

@htung0101
Copy link
Owner

htung0101 commented Jul 24, 2019 via email

@sta105
Copy link
Author

sta105 commented Aug 2, 2019

Hi, I used the oculus open pose package. As I remember, the number of joints are different, so you need a function to convert one to the other. some joints are correspond to each other.

On Wed, Jul 24, 2019 at 5:31 AM Sicong Tang @.***> wrote: Thank you for providing the code. In your paper you tested your network on H36M dataset, however, the definitions of 2d poses in H36M and SURREAL are different, for SURREAL joints are defined based on SMPL model(24 joints), however, there are 32 joints in H36M dataset. So, since your network requires 2d heatmap as input, how did you obtain the 2d joints(24 joints) of H36M? Did you just use any off-the-shelf networks to detect 2d keypoints? If so, could you tell me which work you used? Thanks alot:) — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#4?email_source=notifications&email_token=ABSWDFDTBHQYIFWZGH4IKTDQBAOOLA5CNFSM4IGOCKK2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HBE3LWA>, or mute the thread https://github.com/notifications/unsubscribe-auth/ABSWDFE64BKNRIK3US7DQ53QBAOOLANCNFSM4IGOCKKQ .

Openpose only estimates 16 joints, and for some occlusion cases openpose won't show all the joints. If it is possible, could you shared the function you used? Thank you so much:)

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

2 participants