deep-image-matching icon indicating copy to clipboard operation
deep-image-matching copied to clipboard

export_bundler was removed from pycolmap.

Open betstick opened this issue 5 months ago • 0 comments

The deep-image-matching package has a requirement for pycolmap>=3.12.0 but this version does not have the necessary export functions. Here's the relevant change: https://github.com/colmap/colmap/pull/2399

This causes the reconstruction to fail. Removing the newer version and installing manually with pip install pycolmap==0.5.0 --no-deps fixes the issue.

betstick avatar Jul 26 '25 22:07 betstick