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
Fixes # Project-MONAI/MONAI#5081
- this fixes an issue MetaTensor not working with SyncBatchNorm. This
fix is a workaround to cast MetaTensor back to torch.Tensor.
- this also adds several Readme/doc improvements regarding MIL tutorial
Signed-off-by: myron <[email protected]>
The example show how to use MONAI NVTX transforms to tag and profile pre- and post-processing transforms in the digital pathology whole slide tumor detection pipeline.
172
+
The example shows how to use MONAI NVTX transforms to tag and profile pre- and post-processing transforms in the digital pathology whole slide tumor detection pipeline.
173
+
174
+
#### [Multiple Instance Learning WSI classification](./pathology/multiple_instance_learning)
175
+
An example of Multiple Instance Learning (MIL) classification from Whole Slide Images (WSI) of prostate histopathology.
173
176
174
177
#### [NuClick:Interactive Annotation for Pathology](./pathology/nuclick)
175
178
The notebook demonstrates examples of training and inference pipelines with interactive annotation for pathology, NuClick is used for delineating nuclei, cells and a squiggle for outlining glands.
0 commit comments