Update README.md
Browse files
README.md
CHANGED
@@ -51,8 +51,8 @@ model.to(device)
|
|
51 |
print('model load done')
|
52 |
|
53 |
# set case path
|
54 |
-
ct_path = '
|
55 |
-
gt_path = '
|
56 |
|
57 |
# set categories, corresponding to the unique values(1, 2, 3, 4, ...) in ground truth mask
|
58 |
categories = ["liver", "kidney", "spleen", "pancreas"]
|
|
|
51 |
print('model load done')
|
52 |
|
53 |
# set case path
|
54 |
+
ct_path = 'path/to/Case_image_00001_0000.nii.gz'
|
55 |
+
gt_path = 'path/to/Case_label_00001.nii.gz'
|
56 |
|
57 |
# set categories, corresponding to the unique values(1, 2, 3, 4, ...) in ground truth mask
|
58 |
categories = ["liver", "kidney", "spleen", "pancreas"]
|