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

about scipy version #21

Closed
TnoobT opened this issue Jun 28, 2023 · 13 comments
Closed

about scipy version #21

TnoobT opened this issue Jun 28, 2023 · 13 comments

Comments

@TnoobT
Copy link

TnoobT commented Jun 28, 2023

hi, bro. very nice work!I want to know what version of scipy you have installed. I installed scipy=1.11.0 and reported an error
image

@geopavlakos
Copy link
Collaborator

We provide this file with the full details regarding the versions of the dependencies we use for our environment. The version for scipy is 1.9.1.

@TnoobT
Copy link
Author

TnoobT commented Jun 28, 2023

Thank you very much for your reply. I have another question. I tested my own video and when processing frame 7, the code got stuck. Then I debugged and found that the value in the graph was nan, which entered a dead loop. Do you have a way to handle this situation

image

@geopavlakos
Copy link
Collaborator

Could you share the video?

@TnoobT
Copy link
Author

TnoobT commented Jun 28, 2023

I also tested 022691_ Mpii_ Test will also fall into a dead cycle. Is it something wrong with my environment
image
image
image
image

@geopavlakos
Copy link
Collaborator

Yes, that video should run without a problem, so it's probably the environment. You can take a look at the colab to identify differences compared to the default environment and the default installation procedure.

@TnoobT
Copy link
Author

TnoobT commented Jun 28, 2023

Thank you for your answer. I have another silly question. I saw in your paper that the SMPL parameters were predicted using humor networks. Have you done any network or loss optimization for the estimation of SMPL parameters

@geopavlakos
Copy link
Collaborator

Yes, we solve an optimization problem to estimate the SMPL parameters for each person. The HuMoR network is responsible for one of the objectives of this optimization, the motion prior part.

@TnoobT
Copy link
Author

TnoobT commented Jun 28, 2023

I ran the code using Colab, but this issue also occurred. Perhaps you need to modify Colab.
image

I made the modifications and now it can work normally
image

@geopavlakos
Copy link
Collaborator

Thanks for pointing that out! I have updated the colab environment.

@TnoobT
Copy link
Author

TnoobT commented Jun 29, 2023

hi, I have reinstalled the environment several times but still fell into a dead cycle. I would like to ask if the version of CUDA on your computer is 11.7, and my version is 11.1. I would like to upgrade my CUDA version

@geopavlakos
Copy link
Collaborator

We have indeed tested the demo using CUDA version 11.7, but I cannot be entirely sure if the CUDA version is responsible for the issue you are facing.

@TnoobT
Copy link
Author

TnoobT commented Jun 29, 2023

ok, thank you. i try it

@TnoobT
Copy link
Author

TnoobT commented Jun 29, 2023

Damn it, I know what the reason is. On my own computer, CUDA is 11.1, but in install.sh, CUDA 11.7 corresponds to Torch1.13. I installed Torch1.13, but the program did not report any errors! Then I installed the torch corresponding to cuda11.1 (the torch-scatter also needs to correspond, otherwise the subsequent DROID-SLAM will report an error), the code ran successfully, and finally solved the problem

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

2 participants