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

Removed "feature_path" and "im_path" from hdf5 feature file #18

Closed franioli closed 6 months ago

franioli commented 7 months ago

When writing "features.h5" after the extraction, the ExtractorBase class was saving in the h5 file also "feature_path" and "im_path" as datatasets. I commented it because it was leading to errors when not using matching by tiles.

Commented lines:

  1. extractor_base.py - extract(): ln. 149-150, ln. 158-159
  2. h5.py - get_features(): ln. 53-54, ln 58-59