Skip to content

Commit 563d7cb

Browse files
committed
Add normalization parameters to documentation
1 parent 4b0bf45 commit 563d7cb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/specification.md

+19
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,25 @@ We store each chip as geotiff, along with their coordinate & timestamp informati
112112

113113
![bands](https://github.com/Clay-foundation/model/assets/23487320/85fbc8d2-28f6-4021-855b-c1eb84dd09e3)
114114

115+
### Normalization parameters
116+
To normalize the data before passing it to the model, we computed the following normalization parameters from a random sample of the the training data. The normalization parameters are used in the [Data Module](https://github.com/Clay-foundation/model/blob/main/src/datamodule.py#L108), for partial
117+
inputs it will be necessary to subset these as shown in the partial input tutorial.
118+
119+
| Band | Mean | Standard deviation |
120+
| -----|----------|--------------------|
121+
| B02 | 1369.03 | 2026.96 |
122+
| B03 | 1597.68 | 2011.88 |
123+
| B04 | 1741.10 | 2146.35 |
124+
| B05 | 2053.58 | 2138.96 |
125+
| B06 | 2569.82 | 2003.27 |
126+
| B07 | 2763.01 | 1962.45 |
127+
| B08 | 2858.43 | 2016.38 |
128+
| B8A | 2893.86 | 1917.12 |
129+
| B11 | 2303.00 | 1679.88 |
130+
| B12 | 1807.79 | 1568.06 |
131+
| VV | 0.026 | 0.118 |
132+
| VH | 0.118 | 0.873 |
133+
| DEM | 499.46 | 880.35 |
115134

116135
## Training Card
117136

0 commit comments

Comments
 (0)