Download Latest Version colmap-x64-windows-cuda.zip (429.2 MB)
Email in envelope

Get an email when there's a new version of COLMAP

Home / 3.13.0
Name Modified Size InfoDownloads / Week
Parent folder
vocab_tree_faiss_flickr100K_words64K_aliked_n32.bin 2026-02-24 18.8 MB
vocab_tree_faiss_flickr100K_words64K_aliked_n16rot.bin 2026-02-20 18.8 MB
sift-lightglue.onnx 2026-02-13 45.8 MB
aliked-lightglue.onnx 2026-02-13 45.8 MB
bruteforce-matcher.onnx 2026-02-06 5.0 kB
aliked-n32.onnx 2026-02-03 4.2 MB
aliked-n16rot.onnx 2026-02-03 3.0 MB
colmap-x64-windows-cuda.zip 2025-11-07 258.4 MB
colmap-x64-windows-nocuda.zip 2025-11-07 95.1 MB
3.13.0 source code.tar.gz 2025-11-07 3.6 MB
3.13.0 source code.zip 2025-11-07 4.4 MB
README.md 2025-11-07 19.1 kB
Totals: 12 Items   497.9 MB 14

New Features

  • Improved human-readable consistency checks when configuring a reconstruction with rigs, cameras, frames, and images.
  • Improved multi-GPU feature extraction & matching performance by avoiding global mutex.
  • Improved robustness of pose prior mapper against outlier priors.
  • Improved the performance of reconstruction initialization through parallelization.
  • Added CUDA-enabled pycolmap package for Linux and automatic publishing to PyPI.
  • Make the reconstruction process fully deterministic with a new random_seed parameter.
  • Added support for filtering stationary points in two-view geometry estimation.
  • Added option to perform geometric verification with rig constraints.
  • Added option to skip matching for image pairs within the same frame.
  • Added option to keep specific cameras or rigs constant during the reconstruction.
  • Added option to clean two-view geometries in database_cleaner.
  • Added option to specify timeout for incremental mapper.
  • Added an abstract database interface for easier integration with other database backends.
  • Added experimental support for feature sub-selection for global BA.
  • Added testing tools for synthetic reconstruction noise and image generation.
  • Added official support for Python 3.14.
  • Added support for Qt6 while still fully supporting Qt5.

Bug Fixes

  • Fixed various issues with new rig support.
  • Fixed rare deadlocks in feature matching.
  • Support for UTF-8 database paths in Windows.
  • Fixed bundle adjustment performance regression due to changed Gauge behavior.
  • Removed custom manifold from colmap to avoid issues with pyceres.
  • Fixed rare crash of GUI when clearing the model viewer.
  • Fixed focal length extraction from 35mm equivalent EXIF information.
  • Fixed coordinate bug in ComputeEqualPartsBboxes.

Breaking Changes

  • Dropped official support for Python 3.8.
  • Dropped official support for MacOS x86.
  • Upgraded to pybind11 3.X.
  • Removed deprecated rig bundle adjuster command in favor of rig configurator and default bundle adjuster supporting the same functionality.
  • Allow one-to-many matches in correspondence graph. Previously, only one-to-one matches were added to the correspondence graph and therefore other matches were not used during reconstruction.

Full Change List (sorted temporally)

Source: README.md, updated 2025-11-07