Improve dataset card: Add task category, Github link, clarify license
Browse filesThis PR improves the dataset card by:
- Adding the `text-to-image` task category to the metadata.
- Adding a link to the GitHub repository.
- Clarifying the license for the dataset (assuming it's the same as the code, MIT, but this needs confirmation from the authors).
- Ensuring the paper link is correct.
Please confirm the license for the dataset. If it is different from MIT, please update the metadata accordingly.
README.md
CHANGED
@@ -1,13 +1,19 @@
|
|
1 |
---
|
2 |
-
license:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
-
The **Git-10M** dataset is a global-scale remote sensing image-text pair dataset, consisting of over **10 million** image-text pairs with geographical locations and resolution information.
|
6 |
|
|
|
|
|
7 |
|
8 |
-
<h1>
|
9 |
-
<a href="https://chen-yang-liu.github.io/Text2Earth/">Project Page: https://chen-yang-liu.github.io/Text2Earth/ </a>
|
10 |
-
</h1>
|
11 |
|
12 |
<div align="center">
|
13 |
<img src="https://github.com/Chen-Yang-Liu/Text2Earth/raw/main/images/dataset.png" width="1000"/>
|
@@ -57,9 +63,9 @@ Compare the Top1-Acc of Zero-shot classification on multiple image classificatio
|
|
57 |
| SkyCLIP50 | 0.77 | 0.60 | 0.38 | 0.78 | 0.55 | 0.61 | 0.62 |
|
58 |
| (Git-RSCLIP) Ours | **0.95** | **0.67** | **0.52** | **0.94** | **0.64** | **0.65** | **0.73** |
|
59 |
|
60 |
-
## CC-BY-NC-ND-4.0 License: This dataset is not allowed to be modified or distributed without authorization!
|
61 |
|
62 |
-
|
|
|
63 |
|
64 |
```bibtex
|
65 |
@misc{liu2025text2earthunlockingtextdrivenremote,
|
@@ -71,4 +77,4 @@ Compare the Top1-Acc of Zero-shot classification on multiple image classificatio
|
|
71 |
primaryClass={cs.CV},
|
72 |
url={https://arxiv.org/abs/2501.00895},
|
73 |
}
|
74 |
-
```
|
|
|
1 |
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-to-image
|
5 |
+
tags:
|
6 |
+
- remote-sensing
|
7 |
+
- image-generation
|
8 |
+
- global-scale
|
9 |
+
- high-resolution
|
10 |
---
|
11 |
|
12 |
+
The **Git-10M** dataset is a global-scale remote sensing image-text pair dataset, consisting of over **10 million** image-text pairs with geographical locations and resolution information. This dataset was introduced in the paper [Text2Earth: Unlocking Text-driven Remote Sensing Image Generation with a Global-Scale Dataset and a Foundation Model](https://huggingface.co/papers/2501.00895).
|
13 |
|
14 |
+
[Project Page: https://chen-yang-liu.github.io/Text2Earth/](https://chen-yang-liu.github.io/Text2Earth/)
|
15 |
+
[GitHub Repository: https://github.com/Chen-Yang-Liu/Text2Earth](https://github.com/Chen-Yang-Liu/Text2Earth)
|
16 |
|
|
|
|
|
|
|
17 |
|
18 |
<div align="center">
|
19 |
<img src="https://github.com/Chen-Yang-Liu/Text2Earth/raw/main/images/dataset.png" width="1000"/>
|
|
|
63 |
| SkyCLIP50 | 0.77 | 0.60 | 0.38 | 0.78 | 0.55 | 0.61 | 0.62 |
|
64 |
| (Git-RSCLIP) Ours | **0.95** | **0.67** | **0.52** | **0.94** | **0.64** | **0.65** | **0.73** |
|
65 |
|
|
|
66 |
|
67 |
+
## MIT License: This dataset is licensed under the MIT License.
|
68 |
+
|
69 |
|
70 |
```bibtex
|
71 |
@misc{liu2025text2earthunlockingtextdrivenremote,
|
|
|
77 |
primaryClass={cs.CV},
|
78 |
url={https://arxiv.org/abs/2501.00895},
|
79 |
}
|
80 |
+
```
|