-
Notifications
You must be signed in to change notification settings - Fork 622
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
Tuple error, as of today #246
Comments
Update: apparently torch 2.1.0 is the problem; reverting to torch 2.0.1 using On a related note, it was already clear that MiDaS requires an older version of timm to function ( This is for using MiDaS inside a Google Colab python notebook. Developers, if you are able, please update for torch and timm compatibility! |
Hy, I just encountered the same error, but the above solution didn't work for me. Installing the following packages after git clone, worked for me in performing the inference. Colab Notebook Link: |
Fixes isl-org#246 by casting numpy.int64 to int.
Hi, this ran for me fine yesterday, but today gives the following error. Any ideas on how to solve it? I am using timm 0.6.13. Thank you for any help!
The text was updated successfully, but these errors were encountered: