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

Matching by tile #4

Closed franioli closed 11 months ago

franioli commented 11 months ago
  1. Completed implementation of Extractors and Matcher separately. The extractor is currentely a single class, but it should be divided into ExtractorBase, that can be subclassed to implement the various extractors from hloc and more.
  2. Matching by tile is working with both GRID and PRESELECTION (preselection at low res is currentely carried out always with SP+LG)
  3. Features and matches are saved to h5 database
  4. Several other minor fixes and cleaning of code