-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Error: This program needs a CUDA Enabled GPU
Meshroom 2020 requires at least compute capability 3 (built with CUDA SDK 10). Take a look at this table to find your device https://en.wikipedia.org/wiki/CUDA. Otherwise you can use Meshroom 2019 which requires compute capability 2.
[error] This program needs a CUDA-Enabled GPU (with at least compute capability 3.0),
but Meshroom is running on a computer with an NVIDIA GPU.
Solution: update/reinstall your drivers
-
Open the NVIDia Control Center and go to the left panel 3D Settings / Manage 3D Settings. In the right panel use the Program Setting Tab to Add Meshroom. In the Feature List set CUDA - GPUs to All.
-
For laptops: make sure the NVIDIA GPU is set as primary GPU (sometimes laptops use Intel HD graphics chip to save power)
Also: https://github.com/alicevision/meshroom/wiki/DepthMap-slow-or-red-bar-or-crash
With FeatureExtraction
Force CPU extraction disabled (experimental) https://github.com/alicevision/popsift used in FeatureExtraction needs cuda compute capability 3+
Check https://developer.nvidia.com/cuda-gpus
The depth map computation is implemented with CUDA and requires an NVIDIA GPU.
[Request] Remove CUDA dependency alicevision/#439
Currently, we have neither the interest nor the resources to do another implementation of the CUDA code to another GPU framework. If someone is willing to make this contribution, we will support and help for integration.*
Yes, but you have to use Draft Meshing to complete the reconstruction.
Background on why CUDA is more popular than OpenCL/Vulkan
Read https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html
On Debian installing nvidia-cuda-dev is known to work: https://github.com/alicevision/meshroom/issues/624#issuecomment-549392265
On Ubuntu, installing sudo ubuntu-drivers autoinstall
is know to work (tested on fresh Ubuntu 20 LTS)
or