File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed
Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,11 @@ principles with [MONAI](https://github.com/Project-MONAI).
1919
2020> _ The codebase is currently under active development._
2121
22- - framework for developing and deploying MONAI Label Apps to train and infer AI models
23- - compositional & portable APIs for ease of integration in existing workflows
24- - customizable design for varying user expertise
25- - 3DSlicer support
22+ - Framework for developing and deploying MONAI Label Apps to train and infer AI models
23+ - Compositional & portable APIs for ease of integration in existing workflows
24+ - Customizable labelling app design for varying user expertise
25+ - Annotation support via 3DSlicer & OHIF
26+ - PACS connectivity via DICOMWeb
2627
2728## Installation
2829
@@ -57,7 +58,7 @@ Manager.
5758Refer [ 3D Slicer plugin] ( plugins/slicer ) for other options to install and run MONAI Label plugin in 3D Slicer.
5859> To avoid accidentally using an older Slicer version, you may want to _ uninstall_ any previously installed 3D Slicer package.
5960
60- ### OHIF [ WIP ]
61+ ### OHIF
6162
6263MONAI Label comes with pre-built plugin for [ OHIF Viewer] ( https://github.com/OHIF/Viewers ) .
6364> Please install [ Orthanc] ( https://www.orthanc-server.com/download.php ) before using OHIF Viewer.
@@ -72,6 +73,8 @@ MONAI Label comes with pre-built plugin for [OHIF Viewer](https://github.com/OHI
7273
7374![ OHIF] ( docs/images/ohif.png )
7475
76+ > ** _ NOTE:_ ** OHIF does not yet support Scribbles-based annotations.
77+
7578## Contributing
7679
7780For guidance on making a contribution to MONAI Label, see the [ contributing guidelines] ( CONTRIBUTING.md ) .
Original file line number Diff line number Diff line change @@ -5,12 +5,11 @@ What's New
550.2.0
66=====
77
8- - Support for DICOMWeb connectivity to PACS `➔ <quickstart#setup-development-dicom-server >`__
9- - Annotations support via OHIF UI enabled in MONAI Label Server `➔ <quickstart#deepedit-annotation-in-ohif >`__
10- - Support for native and custom scoring methods to support next image selection strategies `➔ <modules#image-selection-strategy >`__
8+ - Support for DICOMWeb connectivity to PACS `➔ <quickstart.html #setup-development-dicom-server >`__
9+ - Annotations support via OHIF UI enabled in MONAI Label Server `➔ <quickstart.html #deepedit-annotation-in-ohif >`__
10+ - Support for native and custom scoring methods to support next image selection strategies `➔ <modules.html #image-selection-strategy >`__
1111
1212 - Native support for scoring and image selection using Epistemic Uncertainty and Test-time Augmentations (Aleatoric Uncertainty)
1313
1414- Scribbles-based annotation support for all sample apps
1515- Simplified sample apps with default behavior for generic annotation tasks
16-
You can’t perform that action at this time.
0 commit comments