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
338 stars 40 forks source link

Some options not working #20

Closed lcmrl closed 10 months ago

lcmrl commented 10 months ago

All local features work with TileSelection.PRESELECTION option in the config.py file a part for SuperPoint+SuperGlue and keynetaffnethardnet+kornia_matcher. TileSelection.NONE at the moment doesn't work with SuperPoint+LightGlue, DISK+LightGlue and ALIKED+LightGlue

lcmrl commented 10 months ago

Problems related to the addition of string items inside the features dictionary, now solved