You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RuntimeError: The expanded size of the tensor (3) must match the existing size (263) at non-singleton dimension 1. Target sizes: [22, 3]. Tensor sizes: [263]
#77
Open
MWaelAbdelaziz opened this issue
Jan 27, 2024
· 2 comments
This error appears to be stemming from an attempt to fit SMPL on the 263-dimensional features of HumanML3D, while fitting requires 22x3 joint positions. You can resolve this by following the method introduced in the Batch demo section at https://github.com/OpenMotionLab/MotionGPT/tree/main?tab=readme-ov-file#️-demo. This approach should help you correctly transform the data into the required format.
Where could this problem reside at? Idk where could this be a problem from at all, please help.
The text was updated successfully, but these errors were encountered: