Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Tiler with adaptive tile grid computation #23

Open
franioli opened this issue Dec 20, 2023 · 0 comments
Open

Improve Tiler with adaptive tile grid computation #23

franioli opened this issue Dec 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@franioli
Copy link
Collaborator

franioli commented Dec 20, 2023

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

@franioli franioli added the enhancement New feature or request label Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant