GAST-Net-3DPoseEstimation icon indicating copy to clipboard operation
GAST-Net-3DPoseEstimation copied to clipboard

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

Open we1314love opened this issue 3 years ago • 1 comments

@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?

we1314love avatar Mar 14 '21 07:03 we1314love

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

fabro66 avatar Apr 22 '21 02:04 fabro66