Prithvi-EO-2.0-tiny-TL / config.json
blumenstiel's picture
Add inference code
2b43c93
raw
history blame contribute delete
768 Bytes
{
"architecture": "prithvi_eo_v2_tiny",
"num_features": 192,
"pretrained_cfg": {
"img_size": 224,
"num_frames": 4,
"patch_size": [1, 16, 16],
"in_chans": 6,
"embed_dim": 192,
"depth": 12,
"num_heads": 3,
"decoder_embed_dim": 512,
"decoder_depth": 8,
"decoder_num_heads": 16,
"mlp_ratio": 4,
"coords_encoding": ["time", "location"],
"coords_scale_learn": true,
"mask_ratio": 0.75,
"norm_pix_loss": false,
"bands": ["B02", "B03", "B04", "B05", "B06", "B07"],
"mean": [1087.0, 1342.0, 1433.0, 2734.0, 1958.0, 1363.0],
"std": [2248.0, 2179.0, 2178.0, 1850.0, 1242.0, 1049.0],
"origin_url": "https://huggingface.co/ibm-nasa-geospatial/Prithvi-EO-2.0-tiny",
"paper_ids": "arXiv:X.X"
}
}