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
Hi,
While trying to run the conversion code i get the following error: AttributeError: 'Struct' object has no attribute 'hands_componentsl'
Can you help me to solve it please?
more details:
I am using smplx 0.1.28 , omegaconf 2.3.0
I put the correspondences exactly the way you mention in transfer_data directory.
I'm running the main code from /object-popup/popup/utils/smplx2smplh
in this way:
python -m main -g ./../../../data/preprocessed/grab_smplh/ -s ./../../../data/body_models/smplx/models
Hi, this problem is likely caused by SMPL model files (there are a couple of similar issues in the SMPL-X repository). Make sure that you've downloaded the models from the corresponding pages, using the original SMPL+H model (not the extended AMASS version), and downloaded the file with correspondences smplx2smplh_deftrafo_setup.pkl.
Hi,
While trying to run the conversion code i get the following error:
AttributeError: 'Struct' object has no attribute 'hands_componentsl'
Can you help me to solve it please?
more details:
I am using smplx 0.1.28 , omegaconf 2.3.0
I put the correspondences exactly the way you mention in transfer_data directory.
I'm running the main code from /object-popup/popup/utils/smplx2smplh
in this way:
the folder structures are as follow:
for the models:
Thank you!
The text was updated successfully, but these errors were encountered: