diff --git a/docs/quickstart/custom_dataset.md b/docs/quickstart/custom_dataset.md index c826979360..723a97c91e 100644 --- a/docs/quickstart/custom_dataset.md +++ b/docs/quickstart/custom_dataset.md @@ -57,10 +57,16 @@ There are many ways to install COLMAP, unfortunately it can sometimes be a bit f ::::::{tab-set} :::::{tab-item} Linux -We recommend trying `apt`: +We recommend trying `conda`: ``` -sudo apt install colmap +conda install -c conda-forge colmap +``` + +Check that COLMAP 3.8 with CUDA is successfully installed: + +``` +colmap -h ``` If that doesn't work, you can try VKPG: