geo-deep-learning icon indicating copy to clipboard operation
geo-deep-learning copied to clipboard

Tiling: (re)implement overlap between patches

Open Abdielfer opened this issue 1 year ago • 1 comments

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.

Abdielfer avatar Mar 01 '23 21:03 Abdielfer