Installation

Dependencies

  • Python 3.9/10/11

  • CMake >= 3.17

  • CUDA (for deep learning based detectors/matchers)

  • System dependencies [Command line]

Install LIMAP

pip install -Ive .

Alternatively:

mkdir build && cd build
cmake -DPYTHON_EXECUTABLE=`which python` ..
make -j8

To test if LIMAP is successfully installed, try import limap and it should reports no error.

python -c "import limap"