We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I found some frame of the results are flipped. I checked and realized it's due to my wrong modifications on the pytorch conversions.py script. I used this one as reference to make sure it's the right math: https://github.com/camenduru/SMPLer-X-colab/blob/main/SMPLer_X_colab.ipynb
The text was updated successfully, but these errors were encountered:
Hi, thanks for your good work. But I'm facing some issue like the picture down below. Have you ever had this error before? Thanks a lot!
Sorry, something went wrong.
I encountered the same issue and managed to resolve it by modifying the Colab notebook available here. The required modification is:
!pip install -q https://github.com/camenduru/wheels/releases/download/colab/mmcv_full-1.7.1-cp310-cp310-linux_x86_64.whl numpy==1.23 !pip install torch==2.1.0+cu118 torchvision==0.16.0+cu118 torchaudio==2.1.0 -f https://download.pytorch.org/whl/cu118/torch_stable.html
No branches or pull requests
Hi! I found some frame of the results are flipped. I checked and realized it's due to my wrong modifications on the pytorch conversions.py script. I used this one as reference to make sure it's the right math: https://github.com/camenduru/SMPLer-X-colab/blob/main/SMPLer_X_colab.ipynb
The text was updated successfully, but these errors were encountered: