monai
medical
katielink commited on
Commit
9f733ac
1 Parent(s): e982bf7

Fix evaluation

Browse files
configs/evaluate.json CHANGED
@@ -40,7 +40,7 @@
40
  "save_dir": "@output_dir",
41
  "metrics": [
42
  "val_mean_dice",
43
- "val_acc"
44
  ],
45
  "metric_details": [
46
  "val_mean_dice"
 
40
  "save_dir": "@output_dir",
41
  "metrics": [
42
  "val_mean_dice",
43
+ "val_accuracy"
44
  ],
45
  "metric_details": [
46
  "val_mean_dice"
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.0.3",
4
  "changelog": {
 
5
  "0.0.3": "Update to use MONAI 1.1.0",
6
  "0.0.2": "Update The Torch Vision Transform",
7
  "0.0.1": "initialize the model package structure"
 
1
  {
2
  "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
3
+ "version": "0.0.4",
4
  "changelog": {
5
+ "0.0.4": "Fix evaluation",
6
  "0.0.3": "Update to use MONAI 1.1.0",
7
  "0.0.2": "Update The Torch Vision Transform",
8
  "0.0.1": "initialize the model package structure"
configs/train.json CHANGED
@@ -243,7 +243,8 @@
243
  "_target_": "SelectItemsd",
244
  "keys": [
245
  "image",
246
- "label"
 
247
  ]
248
  }
249
  ]
 
243
  "_target_": "SelectItemsd",
244
  "keys": [
245
  "image",
246
+ "label",
247
+ "image_meta_dict"
248
  ]
249
  }
250
  ]