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

how the change the "num_joints_out" to the any number different with "num_joints_in" #38

Open
we1314love opened this issue Mar 14, 2021 · 1 comment

Comments

@we1314love
Copy link

@fabro66
thank you for your great work,

I have a question about the "num_joints_out -- number of output joints (can be different than input)" in gast_net.py, generally the "num_joints_in" is equal to "num_joints_out", but if I will to use the whole 17 joints of 2D pose to predict 3(any number unequal to 17) joints of 3D pose, do you have any suggestions how to do that?

@fabro66
Copy link
Owner

fabro66 commented Apr 22, 2021

Hi~

You can use up-sampling or down-sampling to reduce or increase the number of output joint points.

Reference: Exploiting-Spatial-temporal-Relationships-for-3D-Pose-Estimation-via-Graph-Convolutional-Networks

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