COLMAP Errors¶
COLMAP-specific troubleshooting.
Segmentation Fault¶
Cause: Bundle adjustment overflow
Solution:
Only 2/1426 Images Registered¶
Cause: Wrong matcher for video type
Solution: Use exhaustive_matcher for fixed viewpoint:
Feature Extraction Flag Not Recognized¶
Old: --SiftExtraction.use_gpu
New: --FeatureExtraction.use_gpu=1
COLMAP v3.14+ changed flag names.