update error links
Browse files- README.md +2 -2
- configs/metadata.json +2 -1
- docs/README.md +2 -2
README.md
CHANGED
|
@@ -6,7 +6,7 @@ library_name: monai
|
|
| 6 |
license: apache-2.0
|
| 7 |
---
|
| 8 |
# Model Overview
|
| 9 |
-
A pre-trained model for volumetric (3D) segmentation of brain tumor subregions from multimodal MRIs based on BraTS 2018 data.
|
| 10 |
|
| 11 |
The model is trained to segment 3 nested subregions of primary brain tumors (gliomas): the "enhancing tumor" (ET), the "tumor core" (TC), the "whole tumor" (WT) based on 4 aligned input MRI scans (T1c, T1, T2, FLAIR).
|
| 12 |
- The ET is described by areas that show hyper intensity in T1c when compared to T1, but also when compared to "healthy" white matter in T1c.
|
|
@@ -16,7 +16,7 @@ The model is trained to segment 3 nested subregions of primary brain tumors (gli
|
|
| 16 |

|
| 17 |
|
| 18 |
## Data
|
| 19 |
-
The training data is from the [Multimodal Brain Tumor Segmentation Challenge (BraTS) 2018](https://www.med.upenn.edu/
|
| 20 |
|
| 21 |
- Target: 3 tumor subregions
|
| 22 |
- Task: Segmentation
|
|
|
|
| 6 |
license: apache-2.0
|
| 7 |
---
|
| 8 |
# Model Overview
|
| 9 |
+
A pre-trained model for volumetric (3D) segmentation of brain tumor subregions from multimodal MRIs based on BraTS 2018 data.
|
| 10 |
|
| 11 |
The model is trained to segment 3 nested subregions of primary brain tumors (gliomas): the "enhancing tumor" (ET), the "tumor core" (TC), the "whole tumor" (WT) based on 4 aligned input MRI scans (T1c, T1, T2, FLAIR).
|
| 12 |
- The ET is described by areas that show hyper intensity in T1c when compared to T1, but also when compared to "healthy" white matter in T1c.
|
|
|
|
| 16 |

|
| 17 |
|
| 18 |
## Data
|
| 19 |
+
The training data is from the [Multimodal Brain Tumor Segmentation Challenge (BraTS) 2018](https://www.med.upenn.edu/sbia/brats2018.html).
|
| 20 |
|
| 21 |
- Target: 3 tumor subregions
|
| 22 |
- Task: Segmentation
|
configs/metadata.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
|
| 3 |
-
"version": "0.4.
|
| 4 |
"changelog": {
|
|
|
|
| 5 |
"0.4.3": "add the ONNX-TensorRT way of model conversion",
|
| 6 |
"0.4.2": "fix mgpu finalize issue",
|
| 7 |
"0.4.1": "add non-deterministic note",
|
|
|
|
| 1 |
{
|
| 2 |
"schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
|
| 3 |
+
"version": "0.4.4",
|
| 4 |
"changelog": {
|
| 5 |
+
"0.4.4": "update error links",
|
| 6 |
"0.4.3": "add the ONNX-TensorRT way of model conversion",
|
| 7 |
"0.4.2": "fix mgpu finalize issue",
|
| 8 |
"0.4.1": "add non-deterministic note",
|
docs/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Model Overview
|
| 2 |
-
A pre-trained model for volumetric (3D) segmentation of brain tumor subregions from multimodal MRIs based on BraTS 2018 data.
|
| 3 |
|
| 4 |
The model is trained to segment 3 nested subregions of primary brain tumors (gliomas): the "enhancing tumor" (ET), the "tumor core" (TC), the "whole tumor" (WT) based on 4 aligned input MRI scans (T1c, T1, T2, FLAIR).
|
| 5 |
- The ET is described by areas that show hyper intensity in T1c when compared to T1, but also when compared to "healthy" white matter in T1c.
|
|
@@ -9,7 +9,7 @@ The model is trained to segment 3 nested subregions of primary brain tumors (gli
|
|
| 9 |

|
| 10 |
|
| 11 |
## Data
|
| 12 |
-
The training data is from the [Multimodal Brain Tumor Segmentation Challenge (BraTS) 2018](https://www.med.upenn.edu/
|
| 13 |
|
| 14 |
- Target: 3 tumor subregions
|
| 15 |
- Task: Segmentation
|
|
|
|
| 1 |
# Model Overview
|
| 2 |
+
A pre-trained model for volumetric (3D) segmentation of brain tumor subregions from multimodal MRIs based on BraTS 2018 data.
|
| 3 |
|
| 4 |
The model is trained to segment 3 nested subregions of primary brain tumors (gliomas): the "enhancing tumor" (ET), the "tumor core" (TC), the "whole tumor" (WT) based on 4 aligned input MRI scans (T1c, T1, T2, FLAIR).
|
| 5 |
- The ET is described by areas that show hyper intensity in T1c when compared to T1, but also when compared to "healthy" white matter in T1c.
|
|
|
|
| 9 |

|
| 10 |
|
| 11 |
## Data
|
| 12 |
+
The training data is from the [Multimodal Brain Tumor Segmentation Challenge (BraTS) 2018](https://www.med.upenn.edu/sbia/brats2018.html).
|
| 13 |
|
| 14 |
- Target: 3 tumor subregions
|
| 15 |
- Task: Segmentation
|