-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SMPL body models can't be loaded #54
Comments
Here's a workaround, it also deals with some other issues when trying to load using the SMPL body models that are on the website (some arrays are actually
|
Thanks for the code, I was trying to accomplish the same thing but thankfully I found your comment. By any chance, are you doing this to edit the pose parameters of SMPL model to manually edit the pose of SMPL models created with VPoser? I have a project that uses smplify-x to generate human meshes, but to extract some data I need for the models to be in specific poses. I've been trying to find a way to edit the poses but haven't had any luck because the models are created using VPoser and it being a prior is not easy to edit. If you are trying to do the same thing and have found any luck let me know, thanks again for your code. |
I downloaded the SMPL body models from the website and they're
.pkl
files. The if statement in the main body model class doesn't check for.pkl
suffix: https://github.com/nghorbani/human_body_prior/blob/master/src/human_body_prior/body_model/body_model.py#L57-L61I tried rewriting the SMPL body model to an
.npz
archive but that won't load either because it doesn't contain"shapedirs"
:The text was updated successfully, but these errors were encountered: