NKI-AI / ahcore-old

Ahcore are the AI for Oncology histopathology core models
Apache License 2.0
0 stars 1 forks source link

Inference breaks for tissue_subtypes #1

Closed AjeyPaiK closed 1 year ago

AjeyPaiK commented 1 year ago

Currently, inference breaks when I try to get predictions on whole slide image. The tile iterator runs out of tiles.

I notice here that masks are consumed by the class method of TiledROIsSlideImageDataset. We should set this to None while doing inference.