File size: 1,398 Bytes
fe18ab1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45

---
license: other
task_categories:
- image-to-text
- text-to-image
language:
- en
pretty_name: RemoteCLIP
size_categories:
- 100K<n<1M
---
### Dataset Description

<!-- Provide a longer summary of what this dataset is. -->


- Images: The raw bytes of the image, which can be read using image processing libraries like PIL.
- Texts: A string of text used to describe the content of an image.

### Dataset Structure
```shell
csv file:
title filename
Many planes are parked next to a long building in an airport.	rsicd_airport_1.jpg
Many planes are parked next to a long building in an airport.	rsicd_airport_1.jpg
Many planes are parked next to a long building in an airport.	rsicd_airport_1.jpg
Many planes are parked next to a long building in an airport.	rsicd_airport_1.jpg
Some planes are parked in an airport .	rsicd_airport_10.jpg
The airport here is full of airplanes and containers .	rsicd_airport_10.jpg
......
There is a small tennis court with some cars and a swimming pool beside .	ucm_2080.png
```

### Citation Information
```bibtex
@article{liu2024remoteclip,
  title={Remoteclip: A vision language foundation model for remote sensing},
  author={Liu, Fan and Chen, Delong and Guan, Zhangqingyun and Zhou, Xiaocong and Zhu, Jiale and Ye, Qiaolin and Fu, Liyong and Zhou, Jun},
  journal={IEEE Transactions on Geoscience and Remote Sensing},
  year={2024},
  publisher={IEEE}
}
```