Skip to content

Commit feac88e

Browse files
committed
update config
1 parent 6e296c0 commit feac88e

14 files changed

Lines changed: 526 additions & 975 deletions

examples/JSRT/config/evaluation.cfg

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ metric = dice
33
label_list = [255]
44
organ_name = heart
55

6-
segmentation_folder_list = [result]
7-
segmentation_postfix =
8-
segmentation_format = png
9-
10-
ground_truth_folder_list = [/home/disk2t/data/JSRT/label]
11-
ground_truth_postfix =
12-
ground_truth_format = png
13-
14-
patient_file_names = config/jsrt_test_names.txt
15-
6+
ground_truth_folder_root = /home/disk2t/data/JSRT
7+
segmentation_folder_root = result
8+
evaluation_image_pair = ./config/jsrt_test_gt_seg.csv
9+
10+
ground_truth_label_convert_source = None
11+
ground_truth_label_convert_target = None
12+
segmentation_label_convert_source = None
13+
segmentation_label_convert_target = None

0 commit comments

Comments
 (0)