Datasets:
Improve dataset card: Add task category, MAESTRO paper link and code link (#2)
Browse files- Improve dataset card: Add task category, MAESTRO paper link and code link (7480ff9e573cf022f05bccce395aff60e57e6ed9)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,10 +1,22 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# TreeSatAI-Time-Series
|
6 |
****
|
7 |
-
This dataset was introduced in the [ECCV24 paper](https://arxiv.org/pdf/2404.08351)
|
|
|
|
|
8 |
|
9 |
Ahlswede et al. (https://essd.copernicus.org/articles/15/681/2023/) introduced the TreeSatAI Benchmark Archive, a new dataset for tree species classification in Central Europe based on multi-sensor data from aerial,
|
10 |
Sentinel-1 and Sentinel-2. The dataset contains labels of 20 European tree species (*i.e.*, 15 tree genera) derived from forest administration data of the federal state of Lower Saxony, Germany.
|
@@ -79,4 +91,16 @@ If you have any questions, issues or feedback, you can contact us at: ai-challen
|
|
79 |
journal={ECCV},
|
80 |
year={2024}
|
81 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
```
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- image-classification
|
5 |
+
tags:
|
6 |
+
- earth-observation
|
7 |
+
- remote-sensing
|
8 |
+
- satellite-imagery
|
9 |
+
- time-series
|
10 |
+
- multimodal
|
11 |
+
- multitemporal
|
12 |
+
- multispectral
|
13 |
---
|
14 |
|
15 |
# TreeSatAI-Time-Series
|
16 |
****
|
17 |
+
This dataset was introduced in the [ECCV24 paper](https://arxiv.org/pdf/2404.08351) OmniSat.
|
18 |
+
|
19 |
+
The dataset is utilized in the paper [MAESTRO: Masked AutoEncoders for Multimodal, Multitemporal, and Multispectral Earth Observation Data](https://huggingface.co/papers/2508.10894). The code for MAESTRO can be found at: https://github.com/ignf/maestro
|
20 |
|
21 |
Ahlswede et al. (https://essd.copernicus.org/articles/15/681/2023/) introduced the TreeSatAI Benchmark Archive, a new dataset for tree species classification in Central Europe based on multi-sensor data from aerial,
|
22 |
Sentinel-1 and Sentinel-2. The dataset contains labels of 20 European tree species (*i.e.*, 15 tree genera) derived from forest administration data of the federal state of Lower Saxony, Germany.
|
|
|
91 |
journal={ECCV},
|
92 |
year={2024}
|
93 |
}
|
94 |
+
```
|
95 |
+
|
96 |
+
### Paper Citation
|
97 |
+
If you use this dataset in your work, please cite the MAESTRO paper:
|
98 |
+
|
99 |
+
```bibtex
|
100 |
+
@article{labatie2025maestro,
|
101 |
+
title={MAESTRO: Masked AutoEncoders for Multimodal, Multitemporal, and Multispectral Earth Observation Data},
|
102 |
+
author={Labatie, Antoine and Vaccaro, Michael and Lardiere, Nina and Garioud, Anatol and Gonthier, Nicolas},
|
103 |
+
journal={arXiv preprint arXiv:2508.10894},
|
104 |
+
year={2025}
|
105 |
+
}
|
106 |
```
|