Skip to content

Commit eaa76e5

Browse files
Fix readme to use full URL as the same is used in pypip (#805)
Signed-off-by: SACHIDANAND ALLE <[email protected]>
1 parent afed4fa commit eaa76e5

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ with [MONAI](https://github.com/Project-MONAI).
1515

1616
[MONAI Label Demo](https://youtu.be/o8HipCgSZIw?t=1319)
1717

18-
![DEMO](docs/images/demo.png)
18+
![DEMO](https://raw.githubusercontent.com/Project-MONAI/MONAILabel/main/docs/images/demo.png)
1919
<table>
2020
<tr>
21-
<td><img src="docs/images/ohif.png" alt="drawing" width="150"/></td>
22-
<td><img src="docs/images/dsa.jpg" alt="drawing" width="150"/></td>
23-
<td><img src="docs/images/qupath.jpg" alt="drawing" width="150"/></td>
24-
<td><img src="docs/images/cvat_detector.jpeg" alt="drawing" width="150"/></td>
21+
<td><img src="https://raw.githubusercontent.com/Project-MONAI/MONAILabel/main/docs/images/ohif.png" alt="drawing" width="150"/></td>
22+
<td><img src="https://raw.githubusercontent.com/Project-MONAI/MONAILabel/main/docs/images/dsa.jpg" alt="drawing" width="150"/></td>
23+
<td><img src="https://raw.githubusercontent.com/Project-MONAI/MONAILabel/main/docs/images/qupath.jpg" alt="drawing" width="150"/></td>
24+
<td><img src="https://raw.githubusercontent.com/Project-MONAI/MONAILabel/main/docs/images/cvat_detector.jpeg" alt="drawing" width="150"/></td>
2525
</tr>
2626
</table>
2727

@@ -32,8 +32,8 @@ with [MONAI](https://github.com/Project-MONAI).
3232
- Framework for developing and deploying MONAI Label Apps to train and infer AI models
3333
- Compositional & portable APIs for ease of integration in existing workflows
3434
- 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
3737
pathology
3838
- PACS connectivity via DICOMWeb
3939

@@ -120,13 +120,13 @@ verified across all clients._
120120
Download **Preview Release** from https://download.slicer.org/ and install MONAI Label plugin from Slicer Extension
121121
Manager.
122122

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.
124124
> To avoid accidentally using an older Slicer version, you may want to _uninstall_ any previously installed 3D Slicer
125125
> package.
126126
127127
### [OHIF](https://ohif.org/) (radiology)
128128

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
130130
Viewer, you need to provide DICOMWeb instead of FileSystem as _studies_ when you start the server.
131131
> Please install [Orthanc](https://www.orthanc-server.com/download.php) before using OHIF Viewer.
132132
> 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
142142

143143
> OHIF Viewer will be accessible at http://127.0.0.1:8000/ohif/
144144
145-
![OHIF](docs/images/ohif.png)
145+
![OHIF](https://raw.githubusercontent.com/Project-MONAI/MONAILabel/main/docs/images/ohif.png)
146146

147147
> **_NOTE:_** OHIF does not yet support Multi-Label interaction for DeepEdit.
148148
@@ -158,23 +158,23 @@ from [https://portal.gdc.cancer.gov/repository](https://portal.gdc.cancer.gov/re
158158

159159
Refer [QuPath](plugins/qupath) for installing and running MONAILabel plugin in QuPath.
160160

161-
![image](docs/images/qupath.jpg)
161+
![image](https://raw.githubusercontent.com/Project-MONAI/MONAILabel/main/docs/images/qupath.jpg)
162162

163163
### [Digital Slide Archive (DSA)](https://digitalslidearchive.github.io/digital_slide_archive/) (pathology)
164164

165165
Refer [Pathology](sample-apps/pathology) for running a sample pathology use-case in MONAILabel.
166166
> **_NOTE:_** The **Pathology App** and *DSA Plugin* are under *active development*.
167167
168-
![image](docs/images/dsa.jpg)
168+
![image](https://raw.githubusercontent.com/Project-MONAI/MONAILabel/main/docs/images/dsa.jpg)
169169

170170
### [CVAT](plugins/cvat) (pathology)
171171

172172
Install [CVAT](https://openvinotoolkit.github.io/cvat/docs/getting_started) and
173173
enable [Semi-Automatic and Automatic Annotation](https://openvinotoolkit.github.io/cvat/docs/administration/advanced/installation_automatic_annotation/)
174174
.
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.
176176

177-
![image](docs/images/cvat_detector.jpeg)
177+
![image](https://raw.githubusercontent.com/Project-MONAI/MONAILabel/main/docs/images/cvat_detector.jpeg)
178178

179179
## Cite
180180

@@ -195,7 +195,7 @@ If you are using MONAI Label in your research, please use the following citation
195195

196196
## Contributing
197197

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).
199199

200200
## Community
201201

0 commit comments

Comments
 (0)