vchoutas / smplx

SMPL-X

Home Page:https://smpl-x.is.tue.mpg.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numpy Version required for SMPLX

ashwath98 opened this issue · 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?

Has been solved here I guess #138.