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 encountered this problem when I tried to execute this command python transfer_model/write_obj.py --model-folder ./models/ --motion-file transfer_data/support_data/github_data/amass_sample.npz --output-folder transfer_data/meshes/amass_sample/
And here is the output:
But this problem wouldn't appear in Python Interpreter.
Can someone help me? Thanks.
The text was updated successfully, but these errors were encountered:
Did you install smplx using pip? The last version in PyPI is from 2021, while the version of smplx.joint_names that defines Body is from 2022. You can try uninstalling the pip version and installing from source using the following commands.
git clone https://github.com/vchoutas/smplx
cd smplx
pip install .
I encountered this problem when I tried to execute this command
python transfer_model/write_obj.py --model-folder ./models/ --motion-file transfer_data/support_data/github_data/amass_sample.npz --output-folder transfer_data/meshes/amass_sample/
And here is the output:
But this problem wouldn't appear in Python Interpreter.
Can someone help me? Thanks.
The text was updated successfully, but these errors were encountered: