monai
medical
katielink commited on
Commit
6ee0257
1 Parent(s): ef4cf37

update to use monai 1.0.1

Browse files
README.md CHANGED
@@ -17,7 +17,7 @@ The model is trained to segment 3 nested subregions of primary brain tumors (gli
17
 
18
  ## Data
19
 
20
- The training data is from the [Multimodal Brain Tumor Segmentation Challenge (BraTS) 2018](https://www.med.upenn.edu/sbia/brats2018/data.html).
21
 
22
  - Target: 3 tumor subregions
23
  - Task: Segmentation
 
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).
21
 
22
  - Target: 3 tumor subregions
23
  - Task: Segmentation
configs/evaluate.json CHANGED
@@ -23,7 +23,7 @@
23
  "threshold": 0.5
24
  },
25
  {
26
- "_target_": "SplitChanneld",
27
  "keys": [
28
  "pred",
29
  "label"
 
23
  "threshold": 0.5
24
  },
25
  {
26
+ "_target_": "SplitDimd",
27
  "keys": [
28
  "pred",
29
  "label"
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.2",
4
  "changelog": {
 
5
  "0.3.2": "enhance readme on commands example",
6
  "0.3.1": "fix license Copyright error",
7
  "0.3.0": "update license files",
@@ -10,12 +11,14 @@
10
  "0.1.1": "update for MetaTensor",
11
  "0.1.0": "complete the model package"
12
  },
13
- "monai_version": "0.9.1",
14
- "pytorch_version": "1.12.0",
15
  "numpy_version": "1.22.4",
16
  "optional_packages_version": {
17
  "nibabel": "4.0.1",
18
- "pytorch-ignite": "0.4.9"
 
 
19
  },
20
  "task": "Multimodal Brain Tumor segmentation",
21
  "description": "A pre-trained model for volumetric (3D) segmentation of brain tumor subregions from multimodal MRIs based on BraTS 2018 data",
 
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.3",
4
  "changelog": {
5
+ "0.3.3": "update to use monai 1.0.1",
6
  "0.3.2": "enhance readme on commands example",
7
  "0.3.1": "fix license Copyright error",
8
  "0.3.0": "update license files",
 
11
  "0.1.1": "update for MetaTensor",
12
  "0.1.0": "complete the model package"
13
  },
14
+ "monai_version": "1.0.1",
15
+ "pytorch_version": "1.13.0",
16
  "numpy_version": "1.22.4",
17
  "optional_packages_version": {
18
  "nibabel": "4.0.1",
19
+ "pytorch-ignite": "0.4.9",
20
+ "scikit-learn": "1.1.3",
21
+ "tensorboard": "2.10.1"
22
  },
23
  "task": "Multimodal Brain Tumor segmentation",
24
  "description": "A pre-trained model for volumetric (3D) segmentation of brain tumor subregions from multimodal MRIs based on BraTS 2018 data",
configs/train.json CHANGED
@@ -248,7 +248,7 @@
248
  "threshold": 0.5
249
  },
250
  {
251
- "_target_": "SplitChanneld",
252
  "keys": [
253
  "pred",
254
  "label"
 
248
  "threshold": 0.5
249
  },
250
  {
251
+ "_target_": "SplitDimd",
252
  "keys": [
253
  "pred",
254
  "label"
docs/README.md CHANGED
@@ -10,7 +10,7 @@ The model is trained to segment 3 nested subregions of primary brain tumors (gli
10
 
11
  ## Data
12
 
13
- The training data is from the [Multimodal Brain Tumor Segmentation Challenge (BraTS) 2018](https://www.med.upenn.edu/sbia/brats2018/data.html).
14
 
15
  - Target: 3 tumor subregions
16
  - Task: Segmentation
 
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).
14
 
15
  - Target: 3 tumor subregions
16
  - Task: Segmentation