Skip to content

Commit

Permalink
Add normalization parameters to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowcap committed Feb 7, 2024
1 parent 4b0bf45 commit 9b2df5a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,26 @@ We store each chip as geotiff, along with their coordinate & timestamp informati

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

### Normalization parameters

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
inputs it will be necessary to subset these as shown in the partial input tutorial.

| Band | Mean | Standard deviation |
| -----|----------|--------------------|
| B02 | 1369.03 | 2026.96 |
| B03 | 1597.68 | 2011.88 |
| B04 | 1741.10 | 2146.35 |
| B05 | 2053.58 | 2138.96 |
| B06 | 2569.82 | 2003.27 |
| B07 | 2763.01 | 1962.45 |
| B08 | 2858.43 | 2016.38 |
| B8A | 2893.86 | 1917.12 |
| B11 | 2303.00 | 1679.88 |
| B12 | 1807.79 | 1568.06 |
| VV | 0.026 | 0.118 |
| VH | 0.118 | 0.873 |
| DEM | 499.46 | 880.35 |

## Training Card

Expand Down

0 comments on commit 9b2df5a

Please sign in to comment.