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

Tiling: (re)implement overlap between patches #492

Open
Abdielfer opened this issue Mar 1, 2023 · 1 comment
Open

Tiling: (re)implement overlap between patches #492

Abdielfer opened this issue Mar 1, 2023 · 1 comment
Assignees

Comments

@Abdielfer
Copy link
Collaborator

Abdielfer commented Mar 1, 2023

A patch stride is present in our Tiler class attribute, but it not yet implemented:
https://github.com/NRCan/geo-deep-learning/blob/develop/tiling_segmentation.py#L71

To complete the implementation, it should be used to set the stride for the GridGeoSampler:
https://github.com/NRCan/geo-deep-learning/blob/develop/tiling_segmentation.py#L336

As can be seen, it is currently the patch size that is used as stride.

@CharlesAuthier
Copy link
Collaborator

Can you still put a little description of the problem plz.

@remtav remtav changed the title Please implement Overlapping in tiling.. Remi knows what to do! Tiling: (re)implement overlap between patches Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants