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 noticed that when processing AMASS data into SMPLX format using SMPLX_Parser, it seems necessary to comment out lines 421-422 in the smpl_parser.py code to run properly:
Changing the dimension to 20 seems to prevent the SMPLX part from executing correctly, showing a mismatch in the corresponding dimensions of shapedirs and shape_components. What could be the reason for this?
I noticed that when processing AMASS data into SMPLX format using SMPLX_Parser, it seems necessary to comment out lines 421-422 in the smpl_parser.py code to run properly:
Changing the dimension to 20 seems to prevent the SMPLX part from executing correctly, showing a mismatch in the corresponding dimensions of shapedirs and shape_components. What could be the reason for this?
I am using the models_smplx_v1_1.zip model file, and the SMPLX code is from the main branch of https://github.com/vchoutas/smplx.
The text was updated successfully, but these errors were encountered: