Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.73 KB

File metadata and controls

21 lines (17 loc) · 1.73 KB

Installation Instructions for VisSat

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)
  • Option 2: ColmapForVisSat
    • Follow the install instructions
      • Make sure you have installed a compatible cuda version (e.g. Cuda 10.0)
        • Cuda 10.0 can 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