-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Version compatibility issue between colmap and glog #1126
Comments
Hi, can you please provide me with more details, on how exactly to do it?
And when I tried to install Colmap to my Ubuntu 24.04 and build from source (according to the official guide), I always get some mismatch or mistake... |
@povolann My Ubuntu version is 20, so I cannot help you solve this problem. I completed it with the help of Sonnet 3.5, and I also suggest that you send the error messages to him for a solution. |
I have managed to install the proper version of Colmap and now the script works. |
Currently, colmap 3.11.1 is only compatible with glog 0.6.0, not the latest version 0.7.1, due to a change in the signature of a send function.
For those looking to compile and install on Linux, a feasible combination of versions is: colmap 3.11.1, glog 0.6.0, and ceres-solver 2.2.0.
I hope this experience can assist those who wish to use colmap with CUDA on Linux.
colmap/colmap#3091
The text was updated successfully, but these errors were encountered: