CD-Models / configs /datasets /wildfire_s2.yaml
Dineth Perera
Publish tested dataset winners and benchmark rankings
ce209f5
Raw
History Blame Contribute Delete
548 Bytes
name: wildfire_s2
data_root: ${DATA_ROOT}/WildFireS2
source_name: WildFireS2
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: label
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