geo-deep-learning
geo-deep-learning copied to clipboard
Tiling: (re)implement overlap between patches
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.