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