Update README.md
Browse files
README.md
CHANGED
@@ -2,13 +2,18 @@
|
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
---
|
4 |
|
5 |
-
|
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 |
|
13 |
## Load Dataset
|
14 |
```python
|
@@ -54,6 +59,8 @@ Compare the Top1-Acc of Zero-shot classification on multiple image classificatio
|
|
54 |
| SkyCLIP50 | 0.77 | 0.60 | 0.38 | 0.78 | 0.55 | 0.61 | 0.62 |
|
55 |
| (Git-RSCLIP) Ours | **0.95** | **0.67** | **0.52** | **0.94** | **0.64** | **0.65** | **0.73** |
|
56 |
|
|
|
|
|
57 |
# BibTeX entry and citation info
|
58 |
|
59 |
```bibtex
|
|
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
---
|
4 |
|
5 |
+
The Git-10M dataset is a global-scale remote sensing image-text pair dataset, consisting of 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 |
+
<br>
|
13 |
+
<div align="center">
|
14 |
+
<img src="https://github.com/Chen-Yang-Liu/Text2Earth/raw/main/images/dataset.png" width="1000"/>
|
15 |
+
</div>
|
16 |
+
<br>
|
17 |
|
18 |
## Load Dataset
|
19 |
```python
|
|
|
59 |
| SkyCLIP50 | 0.77 | 0.60 | 0.38 | 0.78 | 0.55 | 0.61 | 0.62 |
|
60 |
| (Git-RSCLIP) Ours | **0.95** | **0.67** | **0.52** | **0.94** | **0.64** | **0.65** | **0.73** |
|
61 |
|
62 |
+
## CC-BY-NC-ND-4.0 License: This dataset is not allowed to be modified or distributed without authorization!
|
63 |
+
|
64 |
# BibTeX entry and citation info
|
65 |
|
66 |
```bibtex
|