3DOM-FBK / deep-image-matching

Multiview matching with deep-learning and hand-crafted local features for COLMAP and other SfM software. Supports high-resolution formats and images with rotations. Both CLI and GUI are supported.
https://3dom-fbk.github.io/deep-image-matching/
BSD 3-Clause "New" or "Revised" License
294 stars 31 forks source link

main.py not setting the 'use_pycolmap' variable when pycolmap successfully loaded #19

Closed simonpokorny closed 7 months ago

simonpokorny commented 7 months ago

BUG REPORT: The current implementation in main.py lacks the definition of the use_pycolmap variable after a successful import of the pycolmap module. This omission occurs specifically on line 259, leading to potential issues in the subsequent execution of the code.

lcmrl commented 7 months ago

Hi, thanks to report the bug, now should be solved on the master branch. Let us know if you find any problem!