katielink commited on
Commit
176dca0
1 Parent(s): df0a262

update channel_def in metadata

Browse files
Files changed (1) hide show
  1. configs/metadata.json +5 -2
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.5.6",
4
  "changelog": {
 
5
  "0.5.6": "fix the wrong GPU index issue of multi-node",
6
  "0.5.5": "modify mgpu logging level",
7
  "0.5.4": "retrain using an internal pretrained ResNet18",
@@ -70,7 +71,9 @@
70
  ],
71
  "is_patch_data": true,
72
  "channel_def": {
73
- "0": "image"
 
 
74
  }
75
  }
76
  },
 
1
  {
2
  "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
3
+ "version": "0.5.7",
4
  "changelog": {
5
+ "0.5.7": "update channel_def in metadata",
6
  "0.5.6": "fix the wrong GPU index issue of multi-node",
7
  "0.5.5": "modify mgpu logging level",
8
  "0.5.4": "retrain using an internal pretrained ResNet18",
 
71
  ],
72
  "is_patch_data": true,
73
  "channel_def": {
74
+ "0": "R",
75
+ "1": "G",
76
+ "2": "B"
77
  }
78
  }
79
  },