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
* Update documentation URLs to use GitHub Pages and ReadTheDocs
Replace references to monai.io domain with project-monai.github.io for
the website and monai.readthedocs.io for documentation.
* Update Slack channel invite link
---------
Co-authored-by: SACHIDANAND ALLE <sachidanand.alle@gmail.com>
@@ -27,7 +27,7 @@ open-source and easy-to-install ecosystem that can run locally on a machine with
27
27
and client work on the same/different machine. It shares the same principles
28
28
with [MONAI](https://github.com/Project-MONAI).
29
29
30
-
Refer to full [MONAI Label documentations](https://docs.monai.io/projects/label/en/latest/index.html) for more details or check out our [MONAI Label Deep Dive videos series](https://www.youtube.com/playlist?list=PLtoSVSQ2XzyD4lc-lAacFBzOdv5Ou-9IA).
30
+
Refer to full [MONAI Label documentations](https://monai.readthedocs.io/projects/label/en/latest/index.html) for more details or check out our [MONAI Label Deep Dive videos series](https://www.youtube.com/playlist?list=PLtoSVSQ2XzyD4lc-lAacFBzOdv5Ou-9IA).
31
31
32
32
Refer to [MONAI Label Tutorial](https://github.com/Project-MONAI/tutorials/tree/main/monailabel) series for application and viewer workflows with different medical image tasks. Notebook-like tutorials are created for detailed instructions.
33
33
@@ -182,8 +182,8 @@ In addition, you can find a table of the basic supported fields, modalities, vie
182
182
<pre>pip install -U monailabel</pre>
183
183
184
184
MONAI Label supports the following OS with **GPU/CUDA** enabled. For more details instruction, please see the installation guides.
Following are the optional dependencies which can help you to accelerate some GPU based transforms from MONAI. These dependencies are enabled by default if you are using `projectmonai/monailabel` docker.
@@ -401,15 +401,15 @@ the [contributing guidelines](https://github.com/Project-MONAI/MONAILabel/blob/m
401
401
## Community
402
402
403
403
Join the conversation on Twitter [@ProjectMONAI](https://twitter.com/ProjectMONAI) or join
Copy file name to clipboardExpand all lines: sample-apps/monaibundle/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ limitations under the License.
14
14
# MONAI Bundle Application
15
15
The MONAIBundle App allows you to easily pull any MONAI Bundle from the [MONAI Model Zoo](https://github.com/Project-MONAI/model-zoo/tree/dev/models) and import it into MONAI Label. However, it's important to note that any MONAI Bundle used with MONAI Label must meet the following constraints:
16
16
17
-
- It must comply with the [MONAI Bundle Specification](https://docs.monai.io/en/latest/mb_specification.html).
17
+
- It must comply with the [MONAI Bundle Specification](https://monai.readthedocs.io/en/stable/mb_specification.html).
18
18
- For inference, the bundle must define either an `inference.json` or `inference.yaml` file, and it must include the keys described in the bundle.py file located in the `monailabel/tasks/infer/` directory.
19
19
- For training, the bundle must define either a `train.json` or `train.yaml file`, and it must include the keys described in the bundle.py file located in the `monailabel/tasks/train/` directory.
20
20
- For multi-GPU training, the bundle must define either a `multi_gpu_train.json` or `multi_gpu_train.yaml` file.
- Network: This model uses the DynUNet as the default network. It also comes with pretrained model for [UNETR](https://docs.monai.io/en/latest/networks.html#unetr). Researchers can define their own network or use one of the listed [here](https://docs.monai.io/en/latest/networks.html)
109
+
- Network: This model uses the DynUNet as the default network. It also comes with pretrained model for [UNETR](https://monai.readthedocs.io/en/stable/networks.html#unetr). Researchers can define their own network or use one of the listed [here](https://monai.readthedocs.io/en/stable/networks.html)
110
110
- Labels:
111
111
```json
112
112
{
@@ -151,7 +151,7 @@ the model to learn on new organ.
| preload | true, **false**| Preload model into GPU |
153
153
154
-
- Network: This App uses the [BasicUNet](https://docs.monai.io/en/latest/networks.html#basicunet) as the default network.
154
+
- Network: This App uses the [BasicUNet](https://monai.readthedocs.io/en/stable/networks.html#basicunet) as the default network.
155
155
- Labels:
156
156
```json
157
157
[
@@ -191,7 +191,7 @@ the model to learn on new organ.
191
191
| preload | true, **false**| Preload model into GPU |
192
192
| scribbles |**true**, false | Don't load the scribble models, useful for user studies |
193
193
194
-
- Network: This model uses the [UNet](https://docs.monai.io/en/latest/networks.html#unet) as the default network. Researchers can define their own network or use one of the listed [here](https://docs.monai.io/en/latest/networks.html)
194
+
- Network: This model uses the [UNet](https://monai.readthedocs.io/en/stable/networks.html#unet) as the default network. Researchers can define their own network or use one of the listed [here](https://monai.readthedocs.io/en/stable/networks.html)
195
195
- Labels
196
196
```json
197
197
{
@@ -242,7 +242,7 @@ A command example to use active learning strategies with segmentation_spleen wou
0 commit comments