Skip to content
New issue

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

Results flipped occasionally #47

Open
dianaxym opened this issue Feb 26, 2024 · 2 comments
Open

Results flipped occasionally #47

dianaxym opened this issue Feb 26, 2024 · 2 comments

Comments

@dianaxym
Copy link

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

@mmmmmminChi
Copy link

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!
Screenshot from 2024-04-12 10-32-30

@AagabBhattarai
Copy link

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! Screenshot from 2024-04-12 10-32-30

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants