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

Configuration management #5

Closed franioli closed 11 months ago

franioli commented 11 months ago

Define a better way to manage configuation parameters. Each Extractor/Matcher should have its default configuration defined within the class itselft (before the init method), but the user should be able to update it by defined a custom configuration at the program beginning. Also, a list of pre-defined combinations of allowed extractors and matchers must be defined and the user can choose only between them