In order to install the required Colmap adaptation for VisSat there are two options:
- Option 1: ColmapForVisSatPatched (RECOMMENDED)
- Follow the install instructions
- sudo apt-get install libmetis-dev (Latest tested version: 5.1.0.dfsg-5)
- To avoid that incorrect libraries are detected by CMake, consider to disable the active anaconda/miniconda environment with
conda deactivate - Follow the official install instructions of Colmap (for linux)
- Latest tested version: commit 31df46c
- Follow the install instructions
- Option 2: ColmapForVisSat
- Follow the install instructions
- Make sure you have installed a compatible cuda version (e.g.
Cuda 10.0)Cuda 10.0can be installed following this link.
- To avoid that incorrect libraries are detected by CMake, consider to disable the active anaconda/miniconda environment with
conda deactivate - Clone the repository
git clone https://github.com/Kai-46/ColmapForVisSat.git
- Execute
ubuntu1804_install_dependencies.sh - Execute
ubuntu1804_install_colmap.sh
- Make sure you have installed a compatible cuda version (e.g.
- Follow the install instructions