Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: other
|
4 |
+
task_categories:
|
5 |
+
- image-to-text
|
6 |
+
- text-to-image
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
pretty_name: RemoteCLIP
|
10 |
+
size_categories:
|
11 |
+
- 100K<n<1M
|
12 |
+
---
|
13 |
+
### Dataset Description
|
14 |
+
|
15 |
+
<!-- Provide a longer summary of what this dataset is. -->
|
16 |
+
|
17 |
+
|
18 |
+
- Images: The raw bytes of the image, which can be read using image processing libraries like PIL.
|
19 |
+
- Texts: A string of text used to describe the content of an image.
|
20 |
+
|
21 |
+
### Dataset Structure
|
22 |
+
```shell
|
23 |
+
csv file:
|
24 |
+
title filename
|
25 |
+
Many planes are parked next to a long building in an airport. rsicd_airport_1.jpg
|
26 |
+
Many planes are parked next to a long building in an airport. rsicd_airport_1.jpg
|
27 |
+
Many planes are parked next to a long building in an airport. rsicd_airport_1.jpg
|
28 |
+
Many planes are parked next to a long building in an airport. rsicd_airport_1.jpg
|
29 |
+
Some planes are parked in an airport . rsicd_airport_10.jpg
|
30 |
+
The airport here is full of airplanes and containers . rsicd_airport_10.jpg
|
31 |
+
......
|
32 |
+
There is a small tennis court with some cars and a swimming pool beside . ucm_2080.png
|
33 |
+
```
|
34 |
+
|
35 |
+
### Citation Information
|
36 |
+
```bibtex
|
37 |
+
@article{liu2024remoteclip,
|
38 |
+
title={Remoteclip: A vision language foundation model for remote sensing},
|
39 |
+
author={Liu, Fan and Chen, Delong and Guan, Zhangqingyun and Zhou, Xiaocong and Zhu, Jiale and Ye, Qiaolin and Fu, Liyong and Zhou, Jun},
|
40 |
+
journal={IEEE Transactions on Geoscience and Remote Sensing},
|
41 |
+
year={2024},
|
42 |
+
publisher={IEEE}
|
43 |
+
}
|
44 |
+
```
|