Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor PatchWSIDataset #3930

Closed
drbeh opened this issue Mar 14, 2022 · 0 comments · Fixed by #4152
Closed

Refactor PatchWSIDataset #3930

drbeh opened this issue Mar 14, 2022 · 0 comments · Fixed by #4152
Assignees
Labels
enhancement New feature or request

Comments

@drbeh
Copy link
Member

drbeh commented Mar 14, 2022

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.

@drbeh drbeh added the enhancement New feature or request label Mar 25, 2022
@drbeh drbeh self-assigned this Apr 4, 2022
This was referenced Apr 19, 2022
@drbeh drbeh changed the title Generalized PatchWSIDataset Refactor PatchWSIDataset Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 💯 Complete
Development

Successfully merging a pull request may close this issue.

1 participant