File size: 544 Bytes
ce209f5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
name: sysu_cd
data_root: ${DATA_ROOT}/SYSU-CD-folders
source_name: SYSU-CD
img_size: 256
num_classes: 2
ignore_index: 255
channels: 3
mean_a: [0.485, 0.456, 0.406]
std_a: [0.229, 0.224, 0.225]
mean_b: [0.485, 0.456, 0.406]
std_b: [0.229, 0.224, 0.225]
mask_threshold: 127
mask_folder: Mask
image_a_folder: A
image_b_folder: B
splits:
  train: train
  val: val
  test: test
batch_size: 8
num_workers: 4
eval:
  threshold: 0.5
  sweep_val_threshold: true
  threshold_min: 0.05
  threshold_max: 0.95
  threshold_step: 0.05
  boundary_tolerance: 2