Datasets:
jonathan-roberts1
commited on
Commit
•
1092e5b
1
Parent(s):
b0a8854
Update README.md
Browse files
README.md
CHANGED
@@ -59,7 +59,34 @@ dataset_info:
|
|
59 |
num_examples: 24747
|
60 |
download_size: 4198991130
|
61 |
dataset_size: 4901667781.625
|
|
|
|
|
|
|
|
|
62 |
---
|
63 |
# Dataset Card for "RSI-CB256"
|
64 |
|
65 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
num_examples: 24747
|
60 |
download_size: 4198991130
|
61 |
dataset_size: 4901667781.625
|
62 |
+
license: other
|
63 |
+
task_categories:
|
64 |
+
- image-classification
|
65 |
+
- zero-shot-image-classification
|
66 |
---
|
67 |
# Dataset Card for "RSI-CB256"
|
68 |
|
69 |
+
## Dataset Description
|
70 |
+
|
71 |
+
- **Paper** [Exploring Models and Data for Remote Sensing Image Caption Generation](https://ieeexplore.ieee.org/iel7/36/4358825/08240966.pdf)
|
72 |
+
-
|
73 |
+
### Licensing Information
|
74 |
+
|
75 |
+
For academic purposes.
|
76 |
+
|
77 |
+
## Citation Information
|
78 |
+
|
79 |
+
[Exploring Models and Data for Remote Sensing Image Caption Generation](https://ieeexplore.ieee.org/iel7/36/4358825/08240966.pdf)
|
80 |
+
|
81 |
+
```
|
82 |
+
@article{lu2017exploring,
|
83 |
+
title = {Exploring Models and Data for Remote Sensing Image Caption Generation},
|
84 |
+
author = {Lu, Xiaoqiang and Wang, Binqiang and Zheng, Xiangtao and Li, Xuelong},
|
85 |
+
journal = {IEEE Transactions on Geoscience and Remote Sensing},
|
86 |
+
volume = 56,
|
87 |
+
number = 4,
|
88 |
+
pages = {2183--2195},
|
89 |
+
doi = {10.1109/TGRS.2017.2776321},
|
90 |
+
year={2018}
|
91 |
+
}
|
92 |
+
```
|