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

2 different checkpoints for GCN #12

Open
edricwu opened this issue Jul 29, 2021 · 2 comments
Open

2 different checkpoints for GCN #12

edricwu opened this issue Jul 29, 2021 · 2 comments

Comments

@edricwu
Copy link

edricwu commented Jul 29, 2021

Thank you for sharing your work. I have one question:

  1. There are 2 checkpoints for GCN, model_gcn and model_gcnwild. What is the difference between the two? I notice that model_gcn is used for H36M evaluation and model_gcnwild is used for MuPoTs. Is it because H36M and MuPoTs have different keypoints definition?
@3dpose
Copy link
Owner

3dpose commented Aug 1, 2021

Thanks for your interest in our work.

The major reason there are two checkpoints for GCN (model_gcn and model_gcnwild) is that model_gcn is trained on H36M training set only, and model_gcnwild is trained on training+testing sets of H36M. A second reason is that model_gcn used unnormalized skeleton and model_gcnwild used normalized skeleton because the normalized skeleton setting is more suitable for wild videos and the unnormalized skeleton works better on H36M dataset.

@edricwu
Copy link
Author

edricwu commented Aug 2, 2021

Thanks for the prompt reply. By normalization, do you mean scaling the average joint-to-pelvis distance to 1?

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