File size: 842 Bytes
0afa0a0 | 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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | {
"input_name": "input",
"output_name": "logits",
"input_shape": [
"batch",
2,
3,
256,
256
],
"input_layout": "(batch, 2 dates, 3 RGB channels, H, W)",
"band_order": [
"R",
"G",
"B"
],
"value_range": "float32; divide 8-bit RGB by 255 BEFORE normalization",
"normalization": {
"mean": [
0.485,
0.456,
0.406
],
"std": [
0.229,
0.224,
0.225
]
},
"input_size": 256,
"dynamic_hw": true,
"resize_to_input": "feed 256px tiles directly (fully-convolutional; dynamic H/W also allowed)",
"tiling": {
"tile_size": 256,
"overlap": 0
},
"output": {
"activation": "sigmoid",
"meaning": "per-pixel change probability (channel 0)",
"recommended_threshold": 0.48046875,
"threshold_source": "val-selected (max-F1)"
}
} |