Commit
·
a62162c
1
Parent(s):
f9051be
Updated README with citation information and reordered features.
Browse files
README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
features:
|
|
|
|
|
|
|
| 4 |
- name: label
|
| 5 |
sequence:
|
| 6 |
class_label:
|
|
@@ -22,15 +24,52 @@ dataset_info:
|
|
| 22 |
'14': tanks
|
| 23 |
'15': trees
|
| 24 |
'16': water
|
| 25 |
-
- name: image
|
| 26 |
-
dtype: image
|
| 27 |
splits:
|
| 28 |
- name: train
|
| 29 |
-
num_bytes: 278244208
|
| 30 |
num_examples: 3000
|
| 31 |
download_size: 278126146
|
| 32 |
-
dataset_size: 278244208
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
---
|
| 34 |
# Dataset Card for "AID_MultiLabel"
|
| 35 |
|
| 36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
+
- name: image
|
| 5 |
+
dtype: image
|
| 6 |
- name: label
|
| 7 |
sequence:
|
| 8 |
class_label:
|
|
|
|
| 24 |
'14': tanks
|
| 25 |
'15': trees
|
| 26 |
'16': water
|
|
|
|
|
|
|
| 27 |
splits:
|
| 28 |
- name: train
|
| 29 |
+
num_bytes: 278244208
|
| 30 |
num_examples: 3000
|
| 31 |
download_size: 278126146
|
| 32 |
+
dataset_size: 278244208
|
| 33 |
+
license: cc0-1.0
|
| 34 |
+
task_categories:
|
| 35 |
+
- image-classification
|
| 36 |
+
- zero-shot-image-classification
|
| 37 |
---
|
| 38 |
# Dataset Card for "AID_MultiLabel"
|
| 39 |
|
| 40 |
+
## Dataset Description
|
| 41 |
+
|
| 42 |
+
- **Paper:** [AID: A benchmark data set for performance evaluation of aerial scene classification](https://ieeexplore.ieee.org/iel7/36/4358825/07907303.pdf)
|
| 43 |
+
- **Paper:** [Relation Network for Multi-label Aerial Image Classification]()
|
| 44 |
+
|
| 45 |
+
### Licensing Information
|
| 46 |
+
|
| 47 |
+
CC0: Public Domain
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
## Citation Information
|
| 51 |
+
Imagery:
|
| 52 |
+
|
| 53 |
+
[AID: A benchmark data set for performance evaluation of aerial scene classification](https://ieeexplore.ieee.org/iel7/36/4358825/07907303.pdf)
|
| 54 |
+
|
| 55 |
+
Multilabels:
|
| 56 |
+
|
| 57 |
+
[Relation Network for Multi-label Aerial Image Classification](https://ieeexplore.ieee.org/iel7/36/4358825/08986556.pdf)
|
| 58 |
+
```
|
| 59 |
+
@article{xia2017aid,
|
| 60 |
+
title = {AID: A benchmark data set for performance evaluation of aerial scene classification},
|
| 61 |
+
author = {Xia, Gui-Song and Hu, Jingwen and Hu, Fan and Shi, Baoguang and Bai, Xiang and Zhong, Yanfei and Zhang, Liangpei and Lu, Xiaoqiang},
|
| 62 |
+
year = 2017,
|
| 63 |
+
journal = {IEEE Transactions on Geoscience and Remote Sensing},
|
| 64 |
+
publisher = {IEEE},
|
| 65 |
+
volume = 55,
|
| 66 |
+
number = 7,
|
| 67 |
+
pages = {3965--3981}
|
| 68 |
+
}
|
| 69 |
+
@article{hua2019relation,
|
| 70 |
+
title = {Relation Network for Multi-label Aerial Image Classification},
|
| 71 |
+
author = {Hua, Yuansheng and Mou, Lichao and Zhu, Xiao Xiang},
|
| 72 |
+
year = {DOI:10.1109/TGRS.2019.2963364},
|
| 73 |
+
journal = {IEEE Transactions on Geoscience and Remote Sensing}
|
| 74 |
+
}
|
| 75 |
+
```
|