79376218

Date: 2025-01-22 00:02:52
Score: 1
Natty:
Report link

Solution here -> https://github.com/colmap/colmap/issues/1944#issuecomment-1584629867

Must compile on GPU session.

compile with CUDA support install Ubuntu's default CUDA package:

!sudo apt-get install -y
nvidia-cuda-toolkit
nvidia-cuda-toolkit-gcc

In the CMakeFile.txt, I add these lines: set(CMAKE_CUDA_COMPILER "/usr/local/cuda/bin/nvcc") set(CMAKE_CUDA_ARCHITECTURES 52 60 61 75 86) Upgrade cmake to version 3.26.1 cmake .. -GNinja ninja sudo ninja install

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: tj168