Closed tfwang08 closed 1 year ago
I meet a same bug...
I meet a problem sim like to yours. I solve this use install nvidia-cuda-toolkit in ubuntu(not in conda). here is colmap Installation. https://colmap.github.io/install.html
To compile with CUDA support, also install Ubuntu’s default CUDA package:
sudo apt-get install -y \ nvidia-cuda-toolkit \ nvidia-cuda-toolkit-gcc
Or, manually install the latest CUDA from NVIDIA’s homepage. During CMake configuration specify CMAKE_CUDA_ARCHITECTURES as “native”, if you want to run COLMAP on your current machine only (default), “all”/”all-major” to be able to distribute to other machines, or a specific CUDA architecture like “75”, etc.
I change skip_geometric_verification=True, it looks like it works fine. Is it ok to modify this parameter in this way?