CoolFace
Datasetpublic

jonathan-roberts1/AID_MultiLabel

Dataset Card for "AID_MultiLabel" Licensing Information CC0: Public Domain Citation Information Imagery: AID: A benchmark data set for performance evaluation of aerial scene classification Multilabels: Relation Network for Multi-label Aerial Image Classification @article{xia2017aid, title = {AID: A benchmark data set for performance evaluation of aerial scene classification}, author = {Xia, Gui-Song and Hu, Jingwen and Hu, Fan and… See the full description on the dataset page: https://huggingface.co/datasets/jonathan-roberts1/AID_MultiLabel.

sourceHugging Facecc0-1.0updated 3y agoView on Hugging Face
1likes191downloads
README.md75 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: image5    dtype: image6  - name: label7    sequence:8      class_label:9        names:10          '0': airplane11          '1': bare soil12          '2': buildings13          '3': cars14          '4': chaparral15          '5': court16          '6': dock17          '7': field18          '8': grass19          '9': mobile home20          '10': pavement21          '11': sand22          '12': sea23          '13': ship24          '14': tanks25          '15': trees26          '16': water27  splits:28  - name: train29    num_bytes: 27824420830    num_examples: 300031  download_size: 27812614632  dataset_size: 27824420833license: cc0-1.034task_categories:35- image-classification36- zero-shot-image-classification37---38# Dataset Card for "AID_MultiLabel"39 40## Dataset Description41 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 Information46 47CC0: Public Domain48 49 50## Citation Information51Imagery:52 53[AID: A benchmark data set for performance evaluation of aerial scene classification](https://ieeexplore.ieee.org/iel7/36/4358825/07907303.pdf)54 55Multilabels: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```