File size: 964 Bytes
2ce8218
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
tags:
  - onnx
  - remote-sensing
  - foundation-model
  - geospatial
base_model: ibm-nasa-geospatial/Prithvi-EO-2.0-tiny-TL
---

# Prithvi-EO-2.0-tiny — ONNX Encoder

Encoder-only ONNX export of [Prithvi-EO-2.0-tiny-TL](https://huggingface.co/ibm-nasa-geospatial/Prithvi-EO-2.0-tiny-TL) for browser inference via ONNX Runtime WebAssembly.

## Usage

- **Input:** `(batch, 6, 1, 224, 224)` — 6-band HLS patch, single timestep
- **Output:** `(batch, 192)` — CLS token embedding
- **Normalization:** mean-std per channel (see below)

| Band | Mean | Std |
|------|------|-----|
| B02 | 1087 | 2248 |
| B03 | 1342 | 2179 |
| B04 | 1433 | 2178 |
| B05 | 2734 | 1850 |
| B06 | 1958 | 1242 |
| B07 | 1363 | 1049 |

## Export

Generated with `scripts/export_onnx.py` from the [folia](https://github.com/nthh/folia) project.
Wraps the ViT-MAE encoder, strips the decoder, returns CLS token only.

## License

Apache-2.0 (same as base model).