Skip to content

Commit 81e8e11

Browse files
aihsaniAlvin Ihsani
andauthored
Docs updates for release 0.2.0 (#427)
* updated whatsnew links Signed-off-by: Alvin Ihsani <[email protected]> * minor updates to readme Signed-off-by: Alvin Ihsani <[email protected]> Co-authored-by: Alvin Ihsani <[email protected]>
1 parent a9c9b07 commit 81e8e11

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff 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.
5758
Refer [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

6263
MONAI 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

7780
For guidance on making a contribution to MONAI Label, see the [contributing guidelines](CONTRIBUTING.md).

docs/source/whatsnew.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ What's New
55
0.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-

0 commit comments

Comments
 (0)