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

colmap: error while loading shared libraries: libcudart.so.11.0: cannot open shared object file: No such file or directory #171

Open
TafnesBarbosa opened this issue Dec 15, 2023 · 1 comment

Comments

@TafnesBarbosa
Copy link

I'm trying to use colab, but images folder is not generated because of this error

@TafnesBarbosa TafnesBarbosa changed the title olmap: error while loading shared libraries: libcudart.so.11.0: cannot open shared object file: No such file or directory colmap: error while loading shared libraries: libcudart.so.11.0: cannot open shared object file: No such file or directory Dec 15, 2023
@vikiba
Copy link

vikiba commented Jan 9, 2024

I think its because google colab switched cuda version from 11.x to 12.2 in the last month or so.
The notebook uses a precompiled version of colmap which only runs with cuda 11.x.
I have not tested it but you could try to install cuda 11.x on colab. It's definetly possible, although you might need to change some environment variables and paths.

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