| name: levir_cd | |
| data_root: ${DATA_ROOT}/LEVIR-CD-plus-256-test-as-val | |
| source_name: LEVIR-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.4 | |
| threshold_max: 0.95 | |
| threshold_step: 0.02 | |
| boundary_tolerance: 2 | |