vchoutas / smplx

SMPL-X
https://smpl-x.is.tue.mpg.de/
Other
1.81k stars 306 forks source link

Numpy Version required for SMPLX #166

Open ashwath98 opened 1 year ago

ashwath98 commented 1 year ago

Hi, When I run the transfer model code on my smpl meshes, I face this error

TypeError: tuple indices must be integers or slices, not str

on the line

est_vertices = body_model_output['vertices']

which seems like I am using the wrong version of numpy or torch, what is the right version?

tejasr20 commented 1 year ago

Has been solved here I guess https://github.com/vchoutas/smplx/issues/138.