NRCan / geo-deep-learning

Deep learning applied to georeferenced datasets
https://geo-deep-learning.readthedocs.io/en/latest/
MIT License
149 stars 49 forks source link

Tiling: (re)implement overlap between patches #492

Open Abdielfer opened 1 year ago

Abdielfer commented 1 year ago

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 commented 1 year ago

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