You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that your converter script doesn't work properly with the latest model (1.1).
Did you change the number of pose blend shapes from 93 to 459?
Could you please tell me how to convert from SMPL to STAR format with AMASS dataset?
The text was updated successfully, but these errors were encountered:
suminmin
changed the title
STAR model
convert_smpl_to_star.py doesn't work properly
Oct 4, 2021
suminmin
changed the title
convert_smpl_to_star.py doesn't work properly
Converter script, "convert_smpl_to_star.py", doesn't work properly
Oct 4, 2021
Thank you for sharing your great work.
I'm trying to convert from SMPL to STAR format with AMASS dataset.
However, your converter script doesn't work properly.
https://github.com/ahmedosman/STAR/blob/master/convertors/convert_smpl_to_star.py
I got an error as follows.
According to the result, the shape of star_model["posedirs"] doesn't fit into 93.
In addition, I checked that the shape of the model which was the latest version (1.1) of the STAR model downloaded from your project page.
(6890, 3, 459)
I think that your converter script doesn't work properly with the latest model (1.1).
Did you change the number of pose blend shapes from 93 to 459?
Could you please tell me how to convert from SMPL to STAR format with AMASS dataset?
The text was updated successfully, but these errors were encountered: