Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
colmap-x64-windows-cuda.zip | 2025-09-22 | 177.6 MB | |
colmap-x64-windows-nocuda.zip | 2025-09-22 | 88.0 MB | |
3.12.6 source code.tar.gz | 2025-09-17 | 3.6 MB | |
3.12.6 source code.zip | 2025-09-17 | 4.4 MB | |
README.md | 2025-09-17 | 753 Bytes | |
Totals: 5 Items | 273.5 MB | 42 |
Improvements
- Upgrade to pybind 3.0.1 and use smart holder for all classes.
- Support both Qt5 and Qt6.
- Ensure download support on Ubuntu by installing libssl-dev for crypto.
- Add bindings for mvs::model for covisibility support in pycolmap.
- Add missing rig and frame interfaces for pycolmap database.
- Throw exception when the rig configurations of the database and existing reconstruction are inconsistent.
- Improve the Gauge logic for fixing two views.
Bug Fixes
- Fix focal length extraction from 35mm equivalent.
- Fix inconsistent pycolmap naming for RegisterFrame and DeRegisterFrame.
- Call Retriangulate irrespective of the logging level.
- Fix bundle adjustment with constant rig from world pose.