-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathhparam.py
More file actions
30 lines (22 loc) · 757 Bytes
/
hparam.py
File metadata and controls
30 lines (22 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
class hparams:
train_or_test = 'test'
debug = False
mode = '3d' # '2d or '3d'
in_class = 1
out_class = 1
# aug = None
crop_or_pad_size = 128
patch_size = 128
fold_arch = '*.mhd'
source_train_dir = ''
label_train_dir = ''
source_test_dir = ''
label_test_dir = ''
unlabel_dir = ''
output_int_dir = 'Results-unter/binary'
output_float_dir = 'Results-unter/heatmaps'
output_dir_test = 'Results/feature map'
# source_train_dir = 'E:/chencheng/data/TOF MIDAS/train/source'
# label_train_dir = 'E:/chencheng/data/TOF MIDAS/train/label'
# source_test_dir = 'E:/chencheng/data/TOF MIDAS/test/source'
# label_test_dir = 'E:/chencheng/data/TOF MIDAS/test/label'