Update SSL4EO-L-Benchmark.py
Browse files- SSL4EO-L-Benchmark.py +1 -1
SSL4EO-L-Benchmark.py
CHANGED
|
@@ -44,7 +44,7 @@ num_channels = {
|
|
| 44 |
}
|
| 45 |
|
| 46 |
MEAN = [0]
|
| 47 |
-
STD = [
|
| 48 |
|
| 49 |
metadata = { # TODO: check if info below is correct or not
|
| 50 |
'etm_sr_cdl': {"bands":["B1", "B2", "B3", "B4", "B5", "B7"], "channel_wv": [485.0, 560.0, 660.0, 835.0, 1650.0, 2220.0], "mean": MEAN * 6, 'std': STD * 6}, # B6 (Thermal Band) and B8 (Panchromatic Band) are excluded
|
|
|
|
| 44 |
}
|
| 45 |
|
| 46 |
MEAN = [0]
|
| 47 |
+
STD = [255]
|
| 48 |
|
| 49 |
metadata = { # TODO: check if info below is correct or not
|
| 50 |
'etm_sr_cdl': {"bands":["B1", "B2", "B3", "B4", "B5", "B7"], "channel_wv": [485.0, 560.0, 660.0, 835.0, 1650.0, 2220.0], "mean": MEAN * 6, 'std': STD * 6}, # B6 (Thermal Band) and B8 (Panchromatic Band) are excluded
|