-
Notifications
You must be signed in to change notification settings - Fork 76
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
Colab error: "Could find no file with path '/content/SMPLer-X/demo/results/test_video/img/%06d.jpg' and index in the range 0-4" #50
Comments
Hi, thanks for your interest in our project. The actual error message seems to be the numpy import error. The former process failed, therefore no output is generated, at the end ffmpeg is not finding the expected input. For this numpy error, please considered downgrade numpy to 1.23.x. Newer numpy (1.26.x) has removed these data types as they are defined in newer python (like python 3.10, 3.11) Hope this helps. |
After I downgraded my numpy to 1.23.3, the same problem occurred. Thanks again! |
Not very sure with colab settings, if you are only interested with inference, could you try to switch to "huggingface" branch, which is also based on python 3.10? The main branch is based on python 3.8, there might be other problems which is not easy to identify. |
Noticed another user has a colab install script, maybe you can follow his setting, please see #47 |
@Wei-Chen-hub Hi, I have tried the huggingface branch in colab (with the link in #47) and it shows up like this: Not sure what’s going on here :( |
I met the same error, any solution? |
Hi, found some issue while using the colab of this project. Did anyone have same issue before? Thanks for every replies.
The text was updated successfully, but these errors were encountered: