ckyrkou commited on
Commit
ea60100
·
verified ·
1 Parent(s): ae8240a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +95 -0
README.md CHANGED
@@ -1,3 +1,98 @@
1
  ---
2
  license: cc-by-sa-4.0
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-4.0
3
+ task_categories:
4
+ - image-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - aerial
9
+ size_categories:
10
+ - 10K<n<100K
11
  ---
12
+ # AID Dataset (Aerial Image Dataset)
13
+
14
+ ## Overview
15
+
16
+ The Aerial Image Dataset (AID) is a large-scale benchmark for aerial scene classification. The dataset contains 10,000 RGB aerial images collected from Google Earth imagery and annotated into 30 semantic scene categories. It was created to advance research in remote sensing and aerial image understanding.
17
+
18
+ ## Statistics
19
+
20
+ | Property | Value |
21
+ |----------|--------:|
22
+ | Images | 10,000 |
23
+ | Classes | 30 |
24
+ | Resolution | 600 × 600 pixels |
25
+ | Source | Google Earth Imagery |【
26
+
27
+ ## Classes
28
+
29
+ - Airport
30
+ - Bare Land
31
+ - Baseball Field
32
+ - Beach
33
+ - Bridge
34
+ - Center
35
+ - Church
36
+ - Commercial
37
+ - Dense Residential
38
+ - Desert
39
+ - Farmland
40
+ - Forest
41
+ - Industrial
42
+ - Meadow
43
+ - Medium Residential
44
+ - Mountain
45
+ - Park
46
+ - Parking
47
+ - Playground
48
+ - Pond
49
+ - Port
50
+ - Railway Station
51
+ - Resort
52
+ - River
53
+ - School
54
+ - Sparse Residential
55
+ - Square
56
+ - Stadium
57
+ - Storage Tanks
58
+ - Viaduct
59
+
60
+
61
+ ## Dataset Characteristics
62
+
63
+ - High intra-class variability
64
+ - Images collected from different countries and regions
65
+ - Multiple spatial resolutions
66
+ - Variations in illumination, viewpoint, orientation, and scale
67
+ - Expert-annotated labels
68
+
69
+
70
+ ## Applications
71
+
72
+ - Aerial Scene Classification
73
+ - Remote Sensing
74
+ - Land-Use Classification
75
+ - Earth Observation
76
+ - Deep Learning Research
77
+ - Computer Vision Benchmarking
78
+
79
+ ## Source
80
+
81
+ Official dataset page:
82
+
83
+ https://captain-whu.github.io/AID/
84
+
85
+ ## Citation
86
+
87
+ ```bibtex
88
+ @article{xia2017aid,
89
+ title={AID: A Benchmark Data Set for Performance Evaluation of Aerial Scene Classification},
90
+ 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},
91
+ journal={IEEE Transactions on Geoscience and Remote Sensing},
92
+ volume={55},
93
+ number={7},
94
+ pages={3965--3981},
95
+ year={2017},
96
+ publisher={IEEE}
97
+ }
98
+ ```