This project provides a Gradio-based UI for running COLMAP without using the command line.
It works on macOS and has been tested with the specified package versions.
Watch the video guide to make it easier to follow along!!!
Download Miniconda and install it.
This is done easiest through Brew:
brew install colmapThis is done easiest through Brew:
brew install imagemagickRun the following in a terminal:
conda create --name colmap_env python=3.9 --no-default-packages -y
conda activate colmap_envgit clone https://github.com/jonstephens85/colmap-gradio.git
cd colmap-gradio
pip install gradio==4.43.0Start the UI by running
python colmap_gradio.pyOpen the UI via your web browser by navigating to http://127.0.0.1:7860/
- Input your workspace directory. This should include a subsfolder called
images - Select downscale factor.
- Select your feature matching type. Spatial is for imagery that is geotagged.
- The processing log will display once complete