monai
medical
katielink commited on
Commit
9177aa6
1 Parent(s): 4031888

fix network_data_format error

Browse files
Files changed (1) hide show
  1. configs/metadata.json +10 -8
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.2.0",
4
  "changelog": {
 
5
  "0.2.0": "unify naming",
6
  "0.1.1": "update for MetaTensor",
7
  "0.1.0": "complete the model package"
@@ -45,13 +46,13 @@
45
  "8*n"
46
  ],
47
  "dtype": "float32",
48
- "value_range": [
49
- 0,
50
- 1
51
- ],
52
  "is_patch_data": true,
53
  "channel_def": {
54
- "0": "image"
 
 
 
55
  }
56
  }
57
  },
@@ -72,8 +73,9 @@
72
  ],
73
  "is_patch_data": true,
74
  "channel_def": {
75
- "0": "background",
76
- "1": "spleen"
 
77
  }
78
  }
79
  }
 
1
  {
2
  "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
3
+ "version": "0.2.1",
4
  "changelog": {
5
+ "0.2.1": "fix network_data_format error",
6
  "0.2.0": "unify naming",
7
  "0.1.1": "update for MetaTensor",
8
  "0.1.0": "complete the model package"
 
46
  "8*n"
47
  ],
48
  "dtype": "float32",
49
+ "value_range": [],
 
 
 
50
  "is_patch_data": true,
51
  "channel_def": {
52
+ "0": "T1c",
53
+ "1": "T1",
54
+ "2": "T2",
55
+ "3": "FLAIR"
56
  }
57
  }
58
  },
 
73
  ],
74
  "is_patch_data": true,
75
  "channel_def": {
76
+ "0": "Tumor core",
77
+ "1": "Whole tumor",
78
+ "2": "Enhancing tumor"
79
  }
80
  }
81
  }