DIAGNijmegen / pathology-whole-slide-data

A package for working with whole-slide data including a fast batch iterator that can be used to train deep learning models.
https://diagnijmegen.github.io/pathology-whole-slide-data/
Apache License 2.0
93 stars 27 forks source link

Implement check for "partial" tiles in combine.py #62

Closed rolandnemeth000 closed 3 months ago

rolandnemeth000 commented 3 months ago

Implement a check and solution for tiles which do not have (tile_size, tile_size) shape due to the slide's shape. This avoids incorrect mask writing.

martvanrijthoven commented 3 months ago

Thanks!