colmap / colmap

COLMAP - Structure-from-Motion and Multi-View Stereo
https://colmap.github.io/
Other
7.06k stars 1.44k forks source link

unable to build dense map due to cuda error. #2597

Closed mrhoomanwastaken closed 1 week ago

mrhoomanwastaken commented 1 week ago

when trying to build a dense map on arch colmap throws an error and stops.

Steps to reproduce the behavior:

  1. download the colmap AUR package using yay -S colmap
  2. make a sparse mesh using auto reconstruct
  3. when trying to make a dense mesh

image

Environment:

$ lsb_release -a
LSB Version:    n/a
Distributor ID: Arch
Description:    Arch Linux
Release:    rolling
Codename:   n/a
$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2024 NVIDIA Corporation
Built on Wed_Apr_17_19:19:55_PDT_2024
Cuda compilation tools, release 12.5, V12.5.40
Build cuda_12.5.r12.5/compiler.34177558_0
$ colmap
COLMAP 3.9.1 -- Structure-from-Motion and Multi-View Stereo
(Commit e9903641 on 2024-01-08 without CUDA)

note: I do see that the version listed is "without CUDA" but when installing colmap it installed CUDA as well and I dont know hot to enable CUDA.

mrhoomanwastaken commented 1 week ago

it seems building it without yay fixed the issue is this a more of a AUR package issue