monai
medical
katielink commited on
Commit
ef9db36
1 Parent(s): 9daa8eb

added train/val graphs

Browse files
Files changed (3) hide show
  1. README.md +11 -0
  2. configs/metadata.json +2 -1
  3. docs/README.md +11 -0
README.md CHANGED
@@ -15,6 +15,8 @@ The model is trained to segment 3 nested subregions of primary brain tumors (gli
15
  - The TC describes the bulk of the tumor, which is what is typically resected. The TC entails the ET, as well as the necrotic (fluid-filled) and the non-enhancing (solid) parts of the tumor.
16
  - The WT describes the complete extent of the disease, as it entails the TC and the peritumoral edema (ED), which is typically depicted by hyper-intense signal in FLAIR.
17
 
 
 
18
  ## Data
19
 
20
  The training data is from the [Multimodal Brain Tumor Segmentation Challenge (BraTS) 2018](https://www.med.upenn.edu/cbica/sbia/brats2018/tasks.html).
@@ -97,6 +99,15 @@ Execute inference:
97
  python -m monai.bundle run evaluating --meta_file configs/metadata.json --config_file configs/inference.json --logging_file configs/logging.conf
98
  ```
99
 
 
 
 
 
 
 
 
 
 
100
  # Disclaimer
101
 
102
  This is an example, not to be used for diagnostic purposes.
 
15
  - The TC describes the bulk of the tumor, which is what is typically resected. The TC entails the ET, as well as the necrotic (fluid-filled) and the non-enhancing (solid) parts of the tumor.
16
  - The WT describes the complete extent of the disease, as it entails the TC and the peritumoral edema (ED), which is typically depicted by hyper-intense signal in FLAIR.
17
 
18
+ ![](https://developer.download.nvidia.com/assets/Clara/Images/clara_pt_brain_mri_segmentation_workflow.png)
19
+
20
  ## Data
21
 
22
  The training data is from the [Multimodal Brain Tumor Segmentation Challenge (BraTS) 2018](https://www.med.upenn.edu/cbica/sbia/brats2018/tasks.html).
 
99
  python -m monai.bundle run evaluating --meta_file configs/metadata.json --config_file configs/inference.json --logging_file configs/logging.conf
100
  ```
101
 
102
+ # Training
103
+ A graph showing the training loss and the mean dice over 300 epochs.
104
+ ![](https://developer.download.nvidia.com/assets/Clara/Images/monai_brats_mri_segmentation_train.png)
105
+
106
+ # Validation
107
+ A graph showing the validation mean dice over 300 epochs.
108
+ ![](https://developer.download.nvidia.com/assets/Clara/Images/monai_brats_mri_segmentation_val.png)
109
+
110
+
111
  # Disclaimer
112
 
113
  This is an example, not to be used for diagnostic purposes.
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.3.5",
4
  "changelog": {
 
5
  "0.3.5": "update prepare datalist function",
6
  "0.3.4": "update output format of inference",
7
  "0.3.3": "update to use monai 1.0.1",
 
1
  {
2
  "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
3
+ "version": "0.3.6",
4
  "changelog": {
5
+ "0.3.6": "added train/val graphs",
6
  "0.3.5": "update prepare datalist function",
7
  "0.3.4": "update output format of inference",
8
  "0.3.3": "update to use monai 1.0.1",
docs/README.md CHANGED
@@ -8,6 +8,8 @@ The model is trained to segment 3 nested subregions of primary brain tumors (gli
8
  - The TC describes the bulk of the tumor, which is what is typically resected. The TC entails the ET, as well as the necrotic (fluid-filled) and the non-enhancing (solid) parts of the tumor.
9
  - The WT describes the complete extent of the disease, as it entails the TC and the peritumoral edema (ED), which is typically depicted by hyper-intense signal in FLAIR.
10
 
 
 
11
  ## Data
12
 
13
  The training data is from the [Multimodal Brain Tumor Segmentation Challenge (BraTS) 2018](https://www.med.upenn.edu/cbica/sbia/brats2018/tasks.html).
@@ -90,6 +92,15 @@ Execute inference:
90
  python -m monai.bundle run evaluating --meta_file configs/metadata.json --config_file configs/inference.json --logging_file configs/logging.conf
91
  ```
92
 
 
 
 
 
 
 
 
 
 
93
  # Disclaimer
94
 
95
  This is an example, not to be used for diagnostic purposes.
 
8
  - The TC describes the bulk of the tumor, which is what is typically resected. The TC entails the ET, as well as the necrotic (fluid-filled) and the non-enhancing (solid) parts of the tumor.
9
  - The WT describes the complete extent of the disease, as it entails the TC and the peritumoral edema (ED), which is typically depicted by hyper-intense signal in FLAIR.
10
 
11
+ ![](https://developer.download.nvidia.com/assets/Clara/Images/clara_pt_brain_mri_segmentation_workflow.png)
12
+
13
  ## Data
14
 
15
  The training data is from the [Multimodal Brain Tumor Segmentation Challenge (BraTS) 2018](https://www.med.upenn.edu/cbica/sbia/brats2018/tasks.html).
 
92
  python -m monai.bundle run evaluating --meta_file configs/metadata.json --config_file configs/inference.json --logging_file configs/logging.conf
93
  ```
94
 
95
+ # Training
96
+ A graph showing the training loss and the mean dice over 300 epochs.
97
+ ![](https://developer.download.nvidia.com/assets/Clara/Images/monai_brats_mri_segmentation_train.png)
98
+
99
+ # Validation
100
+ A graph showing the validation mean dice over 300 epochs.
101
+ ![](https://developer.download.nvidia.com/assets/Clara/Images/monai_brats_mri_segmentation_val.png)
102
+
103
+
104
  # Disclaimer
105
 
106
  This is an example, not to be used for diagnostic purposes.