smplx
smplx copied to clipboard
Numpy Version required for SMPLX
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?