-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Split WSI regions into sub-patches without new dimension #4247
Copy link
Copy link
Closed
Labels
Pathology/MicroscopyDigital Pathology and Microscopy relatedDigital Pathology and Microscopy related
Description
Is your feature request related to a problem? Please describe.
GridSplit stack up all the split patches in a new dimension, which makes sense; however, for some use cases like the classification-based pathology tumor detection, we want to treat each of these patches as a separate image, not add new dimension and batch them together via data loader.
Describe the solution you'd like
It seems that the best way to solve this situation is to add an option for split patches in the PatchWSIDataset, so it can split the region into sub-patches and treat them like separate images.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Pathology/MicroscopyDigital Pathology and Microscopy relatedDigital Pathology and Microscopy related
Type
Projects
Status
💯 Complete