You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, PatchWSIDataset lives in monai/app and works only with WSIReader for specific pathology use-cases. In our effort to blend this component in MONAI core, it can be extended to use any derivative of ImageReader class; however, some considerations are required to avoid unnecessary caching for backend libraries with intrinsic cache (like OpenSlide). Moreover, reading a subregion needed to be handled separately for non-WSI reader classes.
P.S. will be discussed with pathology WG to explore more pathology use-cases.
The text was updated successfully, but these errors were encountered:
Currently,
PatchWSIDataset
lives inmonai/app
and works only withWSIReader
for specific pathology use-cases. In our effort to blend this component in MONAI core, it can be extended to use any derivative ofImageReader
class; however, some considerations are required to avoid unnecessary caching for backend libraries with intrinsic cache (like OpenSlide). Moreover, reading a subregion needed to be handled separately for non-WSI reader classes.P.S. will be discussed with pathology WG to explore more pathology use-cases.
The text was updated successfully, but these errors were encountered: