CD-Models / configs /datasets /sysu_cd.yaml
Dineth Perera
Publish tested dataset winners and benchmark rankings
ce209f5
Raw
History Blame Contribute Delete
544 Bytes
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