A package for working with whole-slide data including a fast batch iterator that can be used to train deep learning models.
93
stars
27
forks
source link
Implement check for "partial" tiles in combine.py #62
Closed
rolandnemeth000 closed 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.