Update README.md
Browse files
README.md
CHANGED
|
@@ -9,11 +9,11 @@ tags:
|
|
| 9 |
- IBM
|
| 10 |
- ESA
|
| 11 |
---
|
| 12 |
-
[](https://
|
| 13 |
[](https://arxiv.org/abs/2504.11171)
|
| 14 |
-
[](https://
|
| 15 |
[](https://github.com/IBM/terramind)
|
| 16 |
-
[](https://github.com/
|
| 17 |
[](https://www.esa.int/Applications/Observing_the_Earth/ESA_and_IBM_collaborate_on_TerraMind)
|
| 18 |
[](https://research.ibm.com/blog/terramind-esa-earth-observation-model)
|
| 19 |
|
|
@@ -51,7 +51,7 @@ Tiny can run easily on edge devices such as satellites or smartphones.
|
|
| 51 |
|
| 52 |
## Usage
|
| 53 |
|
| 54 |
-
TerraMind is fully integrated into the fine-tuning package [TerraTorch](https://
|
| 55 |
This makes it easy to initialize the pre-trained model or fine-tune it via PyTorch Lightning.
|
| 56 |
The weights are automatically downloaded from Hugging Face.
|
| 57 |
|
|
@@ -122,7 +122,7 @@ model = BACKBONE_REGISTRY.build(
|
|
| 122 |
)
|
| 123 |
```
|
| 124 |
|
| 125 |
-
If you use TiM models, we recommend using the [pre-training statistics](https://github.com/
|
| 126 |
|
| 127 |
### Generations
|
| 128 |
|
|
@@ -162,13 +162,13 @@ Already working with TerraMind? Submit your use case to the [TerraMind Blue-Sky
|
|
| 162 |
|
| 163 |
## Citation
|
| 164 |
|
| 165 |
-
If you use TerraMind in your research, please cite the [TerraMind](https://arxiv.org/abs/2504.11171)
|
| 166 |
|
| 167 |
```text
|
| 168 |
@article{jakubik2025terramind,
|
| 169 |
title={TerraMind: Large-Scale Generative Multimodality for Earth Observation},
|
| 170 |
author={Jakubik, Johannes and Yang, Felix and Blumenstiel, Benedikt and Scheurer, Erik and Sedona, Rocco and Maurogiovanni, Stefano and Bosmans, Jente and Dionelis, Nikolaos and Marsocci, Valerio and Kopp, Niklas and others},
|
| 171 |
-
journal={
|
| 172 |
year={2025}
|
| 173 |
}
|
| 174 |
```
|
|
|
|
| 9 |
- IBM
|
| 10 |
- ESA
|
| 11 |
---
|
| 12 |
+
[](https://www.fast-eo.eu/terramind)
|
| 13 |
[](https://arxiv.org/abs/2504.11171)
|
| 14 |
+
[](https://terrastackai.github.io/terratorch/stable/guide/terramind/)
|
| 15 |
[](https://github.com/IBM/terramind)
|
| 16 |
+
[](https://github.com/terrastackai/terratorch/tree/main/terratorch/models/backbones/terramind)
|
| 17 |
[](https://www.esa.int/Applications/Observing_the_Earth/ESA_and_IBM_collaborate_on_TerraMind)
|
| 18 |
[](https://research.ibm.com/blog/terramind-esa-earth-observation-model)
|
| 19 |
|
|
|
|
| 51 |
|
| 52 |
## Usage
|
| 53 |
|
| 54 |
+
TerraMind is fully integrated into the fine-tuning package [TerraTorch](https://terrastackai.github.io/terratorch/).
|
| 55 |
This makes it easy to initialize the pre-trained model or fine-tune it via PyTorch Lightning.
|
| 56 |
The weights are automatically downloaded from Hugging Face.
|
| 57 |
|
|
|
|
| 122 |
)
|
| 123 |
```
|
| 124 |
|
| 125 |
+
If you use TiM models, we recommend using the [pre-training statistics](https://github.com/terrastackai/terratorch/blob/main/terratorch/models/backbones/terramind/model/terramind_register.py#L145) for standardization.
|
| 126 |
|
| 127 |
### Generations
|
| 128 |
|
|
|
|
| 162 |
|
| 163 |
## Citation
|
| 164 |
|
| 165 |
+
If you use TerraMind in your research, please cite the [TerraMind](https://arxiv.org/abs/2504.11171) paper.
|
| 166 |
|
| 167 |
```text
|
| 168 |
@article{jakubik2025terramind,
|
| 169 |
title={TerraMind: Large-Scale Generative Multimodality for Earth Observation},
|
| 170 |
author={Jakubik, Johannes and Yang, Felix and Blumenstiel, Benedikt and Scheurer, Erik and Sedona, Rocco and Maurogiovanni, Stefano and Bosmans, Jente and Dionelis, Nikolaos and Marsocci, Valerio and Kopp, Niklas and others},
|
| 171 |
+
journal={IEEE/CVF International Conference on Computer Vision (ICCV)},
|
| 172 |
year={2025}
|
| 173 |
}
|
| 174 |
```
|