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

Improve Tiler with adaptive tile grid computation #23

Open franioli opened 6 months ago

franioli commented 6 months ago

Now you have to statically define the number of tiles and the Tiler compute the limits of the tiling grid. We should also give the possibility to set the tile length and compute the tiling grid accordingly and introduce an auto mode to automatically compute the tiling grid based on the available GPU memory and the chosen extractor/matcher approach.

e.g., use Kornia approaches for extracting patches https://kornia.readthedocs.io/en/latest/contrib.html#image-patches