IDEA-Research / Motion-X

[NeurIPS 2023] Official implementation of the paper "Motion-X: A Large-scale 3D Expressive Whole-body Human Motion Dataset"
https://motion-x-dataset.github.io
Other
566 stars 15 forks source link

ERROR:about using raw_pose_processing.py convert smplx to tomato #68

Open Li-ChangHao opened 8 months ago

Li-ChangHao commented 8 months ago

Thank you for your great work. I have a problem. When I use raw_pose_processing.py, two errors occur. I want to know how to solve it. output.vertices.shape is torch.Size([2400, 6890, 3]), smplx_model.joint_idx is range(0, 144)

image image

the error occurs at smplx2joints.py:

image