Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,11 +11,10 @@ pretty_name: CrisisLandMark
|
|
| 11 |
size_categories:
|
| 12 |
- 100K<n<1M
|
| 13 |
---
|
| 14 |
-
#
|
| 15 |
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
|
| 19 |
|
| 20 |
## Dataset Details
|
| 21 |
|
|
@@ -25,8 +24,8 @@ This dataset card aims to be a base template for new datasets. It has been gener
|
|
| 25 |
|
| 26 |
- **Curated by:** Daniele Rege Cambrin
|
| 27 |
- **License:** Creative Commons Attribution Non Commercial 4.0
|
| 28 |
-
- **Repository:** [
|
| 29 |
-
- **Paper:** [
|
| 30 |
|
| 31 |
## Dataset Structure
|
| 32 |
|
|
@@ -49,6 +48,15 @@ This dataset card aims to be a base template for new datasets. It has been gener
|
|
| 49 |
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
| 50 |
|
| 51 |
```bibtex
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
```
|
| 53 |
|
| 54 |
## Licensing
|
|
|
|
| 11 |
size_categories:
|
| 12 |
- 100K<n<1M
|
| 13 |
---
|
| 14 |
+
# CrisisLandMark
|
| 15 |
|
| 16 |
+
CrisisLandMark is a large-scale corpus composed of Sentinel-1 and Sentinel-2 data enriched with textual and geospatial annotations
|
| 17 |
+
designed for LULC and crisis management applications. The primary purpose is to help design text-to-image retrieval pipelines.
|
|
|
|
| 18 |
|
| 19 |
## Dataset Details
|
| 20 |
|
|
|
|
| 24 |
|
| 25 |
- **Curated by:** Daniele Rege Cambrin
|
| 26 |
- **License:** Creative Commons Attribution Non Commercial 4.0
|
| 27 |
+
- **Repository:** [GitHub](https://github.com/DarthReca/closp)
|
| 28 |
+
- **Paper:** [Arxiv](https://arxiv.org/abs/2507.10403)
|
| 29 |
|
| 30 |
## Dataset Structure
|
| 31 |
|
|
|
|
| 48 |
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
| 49 |
|
| 50 |
```bibtex
|
| 51 |
+
@misc{cambrin2025texttoremotesensingimageretrievalrgbsources,
|
| 52 |
+
title={Text-to-Remote-Sensing-Image Retrieval beyond RGB Sources},
|
| 53 |
+
author={Daniele Rege Cambrin and Lorenzo Vaiani and Giuseppe Gallipoli and Luca Cagliero and Paolo Garza},
|
| 54 |
+
year={2025},
|
| 55 |
+
eprint={2507.10403},
|
| 56 |
+
archivePrefix={arXiv},
|
| 57 |
+
primaryClass={cs.CV},
|
| 58 |
+
url={https://arxiv.org/abs/2507.10403},
|
| 59 |
+
}
|
| 60 |
```
|
| 61 |
|
| 62 |
## Licensing
|