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
bhashemian opened this issue Mar 14, 2022 · 0 comments · Fixed by #4152
Closed

Refactor PatchWSIDataset #3930

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

Comments

@bhashemian
Copy link
Member

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.

@bhashemian bhashemian added the enhancement New feature or request label Mar 25, 2022
@bhashemian bhashemian self-assigned this Apr 4, 2022
@bhashemian bhashemian moved this from Todo to In Progress in AI in Pathology🔬 Apr 4, 2022
This was referenced Apr 19, 2022
@bhashemian bhashemian changed the title Generalized PatchWSIDataset Refactor PatchWSIDataset Apr 20, 2022
Repository owner moved this from In Progress to Done in AI in Pathology🔬 Apr 22, 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