yuxindu commited on
Commit
28f21da
1 Parent(s): c87ba1c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -51,8 +51,8 @@ model.to(device)
51
  print('model load done')
52
 
53
  # set case path
54
- ct_path = './Case_image_00001_0000.nii.gz'
55
- gt_path = './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"]
 
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"]