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
297 stars 32 forks source link

Matching by tile #6

Closed franioli closed 8 months ago

franioli commented 8 months ago

[x] Code reorganization: all the extractors are in different files located into the extrators folder and the same holds for the matchers [x] Restored DISK as extractor. Now it works well with LightGlue matcher [x] Restored SuperGlue as Matcher. It works correctly with SuperPoint features [x] Updated configuration management (but it still needs improvementes). Now the user must chose one of the available extractor-matcher combination (e.g., "superpoint+lightglue" that are listed into the "conf_zoo" list in main.py. [x] updated main.py and GUI for launching the program according to the new extractor-matcher availble combinations and added default values to the parser. Now the program can be lanched by CLI with e.g., "python main.py --config superpoint+superglue --images data/easy_small" and all the others parameters are set to default values.

TODO: