Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- zero-shot-classification
|
5 |
+
- image-classification
|
6 |
+
- image-to-text
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
tags:
|
10 |
+
- remote-sensing
|
11 |
+
- image-classification
|
12 |
+
- multimodal
|
13 |
+
pretty_name: Sentinel-2 Land-cover Captioning Dataset
|
14 |
+
size_categories:
|
15 |
+
- 1K<n<10K
|
16 |
+
---
|
17 |
+
|
18 |
+
The **Sentinel-2 Land-cover Captioning Dataset** (**S2LCD**) is a newly proposed dataset specifically designed for deep learning research on remote sensing image captioning. It comprises **1533** image patches, each of size **224 × 224** pixels, derived from Sentinel-2 L2A images. The dataset ensures a diverse representation of land cover and land use types in temperate regions, including forests, mountains, agricultural lands, and urban areas, each one with varying degrees of human influence.
|
19 |
+
|
20 |
+
Each image patch is accompanied by five captions exported in COCO format, resulting in a total of **7665** captions. These captions employ a broad vocabulary that combines natural language and the EAGLES lexicon, ensuring meticulous attention to detail.
|
21 |
+
|
22 |
+
This dataset was introduced in our **paper/repository**: [RSDiX: Lightweight and Data-Efficient VLMs for Remote Sensing through Self-Distillation](https://github.com/NeuRoNeLab/RSDiX-CLIP?tab=readme-ov-file#models-weights). Please refer to it for further details on data collection, captioning methodology, and use cases.
|