Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documented metadata file for normalization and wavelenghts #266

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion docs/release-notes/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,20 @@ DECODER

The data used for this model is described in detail in the [](training-data) section.

## Normalization parameters
## Normalization and Wavelength parameters

The normalization parameters depend on the input system that is used. They are
therefore not static values, but rather an input variable to the model.

Similarly, the model takes the central wavelength of each input band as a variable.

During training we used Sentinel-2, Sentinel-1, Landsat 8 and 9, NAIP, and LINZ
data. For these we compiled normalization and wavelength values that were used
during training. These can be used for inferencing when passing data from any of
these systems.

The normalization and wavelength parameters can be found in the following
[metadata file](https://github.com/Clay-foundation/model/blob/main/configs/metadata.yaml).

## Training Card

Expand Down