smplx icon indicating copy to clipboard operation
smplx copied to clipboard

Numpy Version required for SMPLX

Open ashwath98 opened this issue 1 year ago • 1 comments

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?

ashwath98 avatar Jun 08 '23 07:06 ashwath98