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
@@ -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.
0 commit comments