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
@@ -32,8 +32,8 @@ with [MONAI](https://github.com/Project-MONAI).
32
32
- Framework for developing and deploying MONAI Label Apps to train and infer AI models
33
33
- Compositional & portable APIs for ease of integration in existing workflows
34
34
- Customizable labelling app design for varying user expertise
35
-
- Annotation support via [3DSlicer](plugins/slicer) & [OHIF](plugins/ohif) for radiology
36
-
- Annotation support via [QuPath](plugins/qupath) , [Digital Slide Archive](plugins/dsa) & [CVAT](plugins/cvat) for
35
+
- Annotation support via [3DSlicer](https://github.com/Project-MONAI/MONAILabel/tree/main/plugins/slicer) & [OHIF](https://github.com/Project-MONAI/MONAILabel/tree/main/plugins/ohif) for radiology
36
+
- Annotation support via [QuPath](https://github.com/Project-MONAI/MONAILabel/tree/main/plugins/qupath) , [Digital Slide Archive](https://github.com/Project-MONAI/MONAILabel/tree/main/plugins/dsa) & [CVAT](https://github.com/Project-MONAI/MONAILabel/tree/main/plugins/cvat) for
37
37
pathology
38
38
- PACS connectivity via DICOMWeb
39
39
@@ -120,13 +120,13 @@ verified across all clients._
120
120
Download **Preview Release** from https://download.slicer.org/ and install MONAI Label plugin from Slicer Extension
121
121
Manager.
122
122
123
-
Refer [3D Slicer plugin](plugins/slicer) for other options to install and run MONAI Label plugin in 3D Slicer.
123
+
Refer [3D Slicer plugin](https://github.com/Project-MONAI/MONAILabel/tree/main/plugins/slicer) for other options to install and run MONAI Label plugin in 3D Slicer.
124
124
> To avoid accidentally using an older Slicer version, you may want to _uninstall_ any previously installed 3D Slicer
125
125
> package.
126
126
127
127
### [OHIF](https://ohif.org/) (radiology)
128
128
129
-
MONAI Label comes with [pre-built plugin](plugins/ohif) for [OHIF Viewer](https://github.com/OHIF/Viewers). To use OHIF
129
+
MONAI Label comes with [pre-built plugin](https://github.com/Project-MONAI/MONAILabel/tree/main/plugins/ohif) for [OHIF Viewer](https://github.com/OHIF/Viewers). To use OHIF
130
130
Viewer, you need to provide DICOMWeb instead of FileSystem as _studies_ when you start the server.
131
131
> Please install [Orthanc](https://www.orthanc-server.com/download.php) before using OHIF Viewer.
132
132
> For Ubuntu 20.x, Orthanc can be installed as `apt-get install orthanc orthanc-dicomweb`. However, you have to **
@@ -142,7 +142,7 @@ Viewer, you need to provide DICOMWeb instead of FileSystem as _studies_ when you
142
142
143
143
> OHIF Viewer will be accessible at http://127.0.0.1:8000/ohif/
Install [CVAT](https://openvinotoolkit.github.io/cvat/docs/getting_started) and
173
173
enable [Semi-Automatic and Automatic Annotation](https://openvinotoolkit.github.io/cvat/docs/administration/advanced/installation_automatic_annotation/)
174
174
.
175
-
Refer [CVAT](plugins/cvat) for deploying available MONAILabel models into CVAT.
175
+
Refer [CVAT](https://github.com/Project-MONAI/MONAILabel/tree/main/plugins/cvat) for deploying available MONAILabel models into CVAT.
@@ -195,7 +195,7 @@ If you are using MONAI Label in your research, please use the following citation
195
195
196
196
## Contributing
197
197
198
-
For guidance on making a contribution to MONAI Label, see the [contributing guidelines](CONTRIBUTING.md).
198
+
For guidance on making a contribution to MONAI Label, see the [contributing guidelines](https://github.com/Project-MONAI/MONAILabel/blob/main/CONTRIBUTING.md).
0 commit comments