Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions view/meshroom.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@
<h2 style="margin: 1em;"> Download </h2>

<div class="col-md-6">
<a target="_blank" class="btn pmd-btn-raised pmd-ripple-effect btn-primary" href="https://www.fosshub.com/Meshroom.html?dwl=Meshroom-2023.3.0-win64.zip"><i class="fab fa-windows"></i><span>Meshroom 2023.3.0 64-bit</span></a>
<a target="_blank" class="btn pmd-btn-raised pmd-ripple-effect btn-primary" href="https://zenodo.org/records/16887472/files/Meshroom-2025.1.0-Windows.zip"><i class="fab fa-windows"></i><span>Meshroom 2025.1.0 64-bit</span></a>
</div>

<div class="col-md-6">
<a target="_blank" class="btn pmd-btn-raised pmd-ripple-effect btn-primary" href="https://www.fosshub.com/Meshroom.html?dwl=Meshroom-2023.3.0-linux.tar.gz"><i class="fab fa-linux"></i> <span>Meshroom 2023.3.0 64-bit</span></a>
<a target="_blank" class="btn pmd-btn-raised pmd-ripple-effect btn-primary" href="https://zenodo.org/records/16887472/files/Meshroom-2025.1.0-Linux.tar.gz"><i class="fab fa-linux"></i> <span>Meshroom 2025.1.0 64-bit</span></a>
</div>

<!--<div class="col-md-4">
<a target="_blank" class="btn pmd-btn-raised pmd-ripple-effect btn-primary" href="https://github.com/alicevision/meshroom"><i class="fa fa-github"></i><span>Github</span></a>
</div>-->

<h3 class="pmd-card-title-text" style="margin-top: 5em;">Note</h3>
<span class="pmd-card-subtitle-text">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.</span>
<span class="pmd-card-subtitle-text">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.</span>

<h3 class="pmd-card-title-text" style="margin-top: 2em;">Linux</h3>
<span class="pmd-card-subtitle-text">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: <code>LD_LIBRARY_PATH=/usr/lib/nvidia-340 ./Meshroom</code>
Expand Down