From 17e4fcaa8afc5aeb72ea84ecbe84c85e4e9c519d Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Tue, 19 Aug 2025 12:32:32 +0200 Subject: [PATCH 1/2] New Meshroom 2025.1.0 Release --- view/meshroom.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/view/meshroom.html b/view/meshroom.html index 9ac0c27..3817c73 100644 --- a/view/meshroom.html +++ b/view/meshroom.html @@ -36,11 +36,11 @@

Download

- Meshroom 2023.3.0 64-bit + Meshroom 2025.1.0 64-bit
- Meshroom 2023.3.0 64-bit + Meshroom 2025.1.0 64-bit

Note

- To fully utilize Meshroom, a NVIDIA CUDA-enabled GPU is recommended. The binaries are built with CUDA-11 and are compatible with compute capability >= 3.5. Without a supported NVIDIA GPU, only "Draft Meshing" can be used for 3D reconstruction. + To fully utilize Meshroom, a NVIDIA CUDA-enabled GPU is recommended. The binaries are built with CUDA-12.1.1 and are compatible with compute capability >= 5.0. Without a supported NVIDIA GPU, only "Draft Meshing" can be used for 3D reconstruction.

Linux

On some distributions (e.g Ubuntu), you may have conflicts between native drivers and mesa drivers, resulting in an empty black window. In that case, you need to force usage of native drivers by adding them to the LD_LIBRARY_PATH: LD_LIBRARY_PATH=/usr/lib/nvidia-340 ./Meshroom From 37760272994f734ab407d508528037a2e9f52e1f Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Tue, 19 Aug 2025 12:34:58 +0200 Subject: [PATCH 2/2] Update cuda requirement cuda-12.1.1 on linux cuda-12.5 on windows --- view/meshroom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/meshroom.html b/view/meshroom.html index 3817c73..ae75e61 100644 --- a/view/meshroom.html +++ b/view/meshroom.html @@ -48,7 +48,7 @@

Download

-->

Note

- To fully utilize Meshroom, a NVIDIA CUDA-enabled GPU is recommended. The binaries are built with CUDA-12.1.1 and are compatible with compute capability >= 5.0. Without a supported NVIDIA GPU, only "Draft Meshing" can be used for 3D reconstruction. + To fully utilize Meshroom, a NVIDIA CUDA-enabled GPU is recommended. The binaries are built with CUDA-12 and are compatible with compute capability >= 5.0. Without a supported NVIDIA GPU, only "Draft Meshing" can be used for 3D reconstruction.

Linux

On some distributions (e.g Ubuntu), you may have conflicts between native drivers and mesa drivers, resulting in an empty black window. In that case, you need to force usage of native drivers by adding them to the LD_LIBRARY_PATH: LD_LIBRARY_PATH=/usr/lib/nvidia-340 ./Meshroom