PyHIST
PyHIST copied to clipboard
Support for tumor segmentation
I am building a model to perform tumor segmentation from WSI. I have the original slides and the tumor binary masks (both in tif format) Is it possible to extract the ground truth tiles as well using PyHist?
Custom masks are currently not supported as part of the default pipeline, although the functions to do this are already implemented. Will likely add this feature in a future release.
Got it, thank you for the reply