TerraTorch
Earth Observation
TerraMind
IBM
ESA
blumenstiel commited on
Commit
2698f7f
·
verified ·
1 Parent(s): 99701c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -9,11 +9,11 @@ tags:
9
  - IBM
10
  - ESA
11
  ---
12
- [![Website](https://img.shields.io/badge/Website-TerraMind-0F62FE)](https://ibm.github.io/terramind/)
13
  [![arXiv](https://img.shields.io/badge/arXiv-2504.11171-b31b1b?logo=arxiv)](https://arxiv.org/abs/2504.11171)
14
- [![Docs](https://img.shields.io/badge/Docs-EE4B2B?logo=materialformkdocs&logoColor=fff)](https://ibm.github.io/terratorch/stable/guide/terramind/)
15
  [![Examples](https://img.shields.io/badge/GitHub-Examples-0F62FE?logo=github)](https://github.com/IBM/terramind)
16
- [![Code](https://img.shields.io/badge/Code-TerraTorch-EE4B2B?logo=github)](https://github.com/IBM/terratorch/tree/main/terratorch/models/backbones/terramind)
17
  [![ESAblog](https://img.shields.io/badge/Blog-ESA-113145)](https://www.esa.int/Applications/Observing_the_Earth/ESA_and_IBM_collaborate_on_TerraMind)
18
  [![IBMblog](https://img.shields.io/badge/Blog-IBM-0F62FE)](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://ibm.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,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/IBM/terratorch/blob/a4ca8df7c7f22ddf469f372e1099157d2d7beeb2/terratorch/models/backbones/terramind/model/terramind_register.py#L111) for standardization.
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) pre-print.
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={arXiv preprint arXiv:2504.11171},
172
  year={2025}
173
  }
174
  ```
 
9
  - IBM
10
  - ESA
11
  ---
12
+ [![Website](https://img.shields.io/badge/Website-TerraMind-0F62FE)](https://www.fast-eo.eu/terramind)
13
  [![arXiv](https://img.shields.io/badge/arXiv-2504.11171-b31b1b?logo=arxiv)](https://arxiv.org/abs/2504.11171)
14
+ [![Docs](https://img.shields.io/badge/Docs-EE4B2B?logo=materialformkdocs&logoColor=fff)](https://terrastackai.github.io/terratorch/stable/guide/terramind/)
15
  [![Examples](https://img.shields.io/badge/GitHub-Examples-0F62FE?logo=github)](https://github.com/IBM/terramind)
16
+ [![Code](https://img.shields.io/badge/Code-TerraTorch-EE4B2B?logo=github)](https://github.com/terrastackai/terratorch/tree/main/terratorch/models/backbones/terramind)
17
  [![ESAblog](https://img.shields.io/badge/Blog-ESA-113145)](https://www.esa.int/Applications/Observing_the_Earth/ESA_and_IBM_collaborate_on_TerraMind)
18
  [![IBMblog](https://img.shields.io/badge/Blog-IBM-0F62FE)](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
  ```