CD-Models / configs /datasets /dsifn_cd.yaml
Dineth Perera
Publish tested dataset winners and benchmark rankings
ce209f5
Raw
History Blame Contribute Delete
547 Bytes
name: dsifn_cd
data_root: ${DATA_ROOT}/DSIFN-CD/DSIFN
source_name: DSIFN-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: t1
image_b_folder: t2
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