Chen3110 / mmBody

20 stars 2 forks source link

Can you tell me how to handle the data with dimensions 22*6 when the output dimensions is 151=3+22*6+16? #3

Closed pengjianshan closed 3 months ago

pengjianshan commented 3 months ago

Hello,

I would like to visualize the output of the model by using the SMPL-X, but I'm having trouble handling the 22×6 dimension data in the output. This can be converted into a 6D rotation matrix, but SMPL-X seems cannot to process this parameter since it requires a dimension of 21×3. How should I handle the 22×6 dimension data in out_dim?

Thank you!