-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
287 lines (268 loc) · 12.6 KB
/
index.html
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>DOTA</title>
<!-- <link rel="stylesheet" href="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/css/bootstrap.min.css"> -->
<link rel="stylesheet" href="bootstrap-3.3.7-dist/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/mystyle.css">
<script src="https://cdn.static.runoob.com/libs/jquery/2.1.1/jquery.min.js"></script>
<!-- <script src="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/js/bootstrap.min.js"></script>-->
<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
</script>
<style>
body {
background-color: rgb(250, 250, 250);
/*UCLA bgcolor*/
}
</style>
</head>
<body>
<div class="container">
<!-- <div class="row">-->
<!-- <div class="span12">-->
<div id="page-heading" class="jumbotron" style="margin-left: 0px; margin-right: 0px;">
<!-- <div class="content"> -->
<div id="heading-text" class="container">
<!-- <h1 style="text-align:center; margin-top:60px; font-weight: bold;font-size:50">
<strong style="color:red;text-shadow: 0 0 2px black;">DOTA 2</strong>
</h1> -->
<p class="big-text" style="">
<span class="lamem-text" style="margin-right: 2px;font-size: 60px">DOTA</span>
</p>
<p style="font-size: 31px;font-family: 'Arial Narrow'">
<strong>A Large-Scale Benchmark and Challenges for Object Detection in Aerial Images</strong>
</p>
</div>
</div>
<div class="row">
<div class="span4">
</div>
<div class="span4">
<ul class="nav nav-tabs">
<!-- <li class="active"> -->
<li class="active">
<a href="index.html">Home</a>
</li>
<li>
<a href="dataset.html">Dataset</a>
</li>
<li>
<a href="code.html">Code</a>
</li>
<li>
<!-- <li> -->
<a href="tasks.html">Tasks</a>
</li>
<li>
<a href="evaluation.html">Evaluation</a>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
Results <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="results.html"> <i class="glyphicon glyphicon-th-list"></i> DOTA-v1.0</a></li>
<li><a href="results_dota15.html"> <i class="glyphicon glyphicon-th-list"></i> DOTA-v1.5</a></li>
<li><a href="results_dota2.html"> <i class="glyphicon glyphicon-th-list"></i> DOTA-v2.0</a></li>
</ul>
</li>
<li>
<a href="people.html">People</a>
</li>
<li>
<a href="external.html">External</a>
</li>
<br />
</ul>
</div>
<div class="span4">
</div>
</div>
<h3 style="text-align:left; margin-bottom:10px; margin-top:20px; ">
News
</h3>
<ul>
<!-- <li style="font-size:16px">
<strong>2018-05-29</strong>
We are mataining the server from 2018-05-29 to 2018-06-02. Try not to submit data during maintenance. If you submit data during maintenance, we cannot guarantee that data will not be lost.
<strong class="news">New</strong>
</li> -->
<li style="font-size:16px">
<strong>2021-07-06</strong>
<a href="https://captain-whu.github.io/LUAI2021/">LUAI</a>, a contest of object in aerial images on <a href="http://iccv2021.thecvf.com/home">ICCV 2021</a>, is now open. <strong class="news">New</strong>
</li>
<li style="font-size:16px">
<strong>2021-02-25</strong>
The <a href="https://arxiv.org/abs/2102.12219">new benchmark DOTA-v2.0</a> , including <a href="dataset.html">dataset</a> , <a href="https://github.com/dingjiansw101/AerialDetection">code library</a> and <a href="https://github.com/dingjiansw101/AerialDetection/blob/master/MODEL_ZOO.md">70 baselines</a>, is released. <strong class="news">New</strong>
<!-- The tech report of new dataset and benchmark is on <a href="https://arxiv.org/abs/2102.12219">arxiv</a>. <strong class="news">New</strong>-->
</li>
<!-- <li style="font-size:16px">-->
<!-- <strong>2020-01-31</strong> We release the code of <a href="https://github.com/dingjiansw101/AerialDetection">new benchmarks</a>.-->
<!-- </li>-->
<li style="font-size:16px">
<strong>2019-12-31</strong> <a href="http://bed4rs.net:8006/">iSAID Evaluation server</a> is online.
</li>
<li style="font-size:16px">
<strong>2019-06-14</strong> "A large-scale dataset for instance segmentation in aerial images" (
<a href="https://captain-whu.github.io/iSAID/">iSAID</a>) has been released.
</li>
<li style="font-size:16px">
<strong>2019-06-14</strong> The
<a href="https://github.com/dingjiansw101/RoITransformer_DOTA">code</a> of “Learning RoI Transformer for Detecting Oriented Objects in Aerial Images” has released.
</li>
<li style="font-size:16px">
<strong>2019-03-05</strong>
<a href="https://captain-whu.github.io/DOAI2019/dataset.html">DOTA-v1.5</a> has released.
</li>
<li style="font-size:16px">
<strong>2018-04-30</strong> The code of
<a href="https://github.com/jessemelpolio/Faster_RCNN_for_DOTA">Faster-RCNN OBB</a> is released.
</li>
<li style="font-size:16px">
<strong>2018-03-16</strong> The registration for
<a href="https://captain-whu.github.io/ODAI/">ODAI</a> is open now.
</li>
<li style="font-size:16px">
<strong>2018-03-8</strong> DOTA
<a href="https://github.com/CAPTAIN-WHU/DOTA_devkit">development kit
</a> ia available now. It's helpful to play on DOTA!
</li>
<li style="font-size:16px">
<strong>2018-02-19</strong> The article of
<a href="https://arxiv.org/abs/1711.10398">DOTA</a>
has been accepted by
<a href="http://cvpr2018.thecvf.com/">CVPR'2018</a>.
</li>
<li style="font-size:16px">
<strong>2018-02-08</strong>
<a href="https://captain-whu.github.io/ODAI/">ODAI</a>:a contest of object detection in aerial images on
<a href="http://www.icpr2018.org/">ICPR'2018</a>, is now open!
</li>
<!-- <li style="font-size:16px">-->
<!-- <strong>2018-01-27</strong> A problem of annotations is fixed and a new-version annotation has been released.-->
<!-- </li>-->
<li style="font-size:16px">
<strong>2018-01-26</strong> DOTA-v1.0 released with all images and oriented bounding box annotations for training and vallidation!
</li>
</ul>
<h3>
Description
</h3>
<p style="text-align:justify; font-size: 17px">
DOTA is a large-scale dataset for object detection in aerial images. It can be used to develop and evaluate object detectors
in aerial images. The images are collected from different sensors and platforms. Each image is of the size in the range
from
<strong style="color:blue"> 800 × 800</strong> to
<strong style="color:blue">20,000 × 20,000 </strong> pixels and contains objects exhibiting a wide variety of scales, orientations, and shapes.
The instances in DOTA images are annotated by experts in aerial image interpretation by arbitrary (8 d.o.f.) quadrilateral.
We will continue to update DOTA, to grow in size and scope to reflect evolving real-world conditions. Now it has three
versions:
<ul>
<li>
<strong>DOTA-v1.0</strong> contains 15 common categories, 2,806 images and 188, 282 instances. The proportions of the training
set, validation set, and testing set in DOTA-v1.0 are 1/2, 1/6, and 1/3, respectively.
</li>
<li>
<strong>DOTA-v1.5</strong> uses the same images as DOTA-v1.0, but the extremely small instances (less than 10 pixels)
are also annotated. Moreover, a new category, ”container crane” is added. It contains 403,318 instances in total.
The number of images and dataset splits are the same as DOTA-v1.0. This version was released for the <a href="https://captain-whu.github.io/DOAI2019/">DOAI Challenge
2019</a> on Object Detection in Aerial Images in conjunction with IEEE CVPR 2019.
</li>
<li>
<strong>DOTA-v2.0</strong> collects more Google Earth, GF-2 Satellite, and aerial images. There are 18 common categories,
11,268 images and 1,793,658 instances in DOTA-v2.0. Compared to DOTA-v1.5, it further adds the new categories of ”airport”
and ”helipad”. The 11,268 images of DOTA are split into training, validation, test-dev, and test-challenge sets.
To avoid the problem of overfitting, the proportion of training and validation set is smaller than the test set. Furthermore,
we have two test sets, namely test-dev and test-challenge. Training contains 1,830 images and 268,627 instances.
Validation contains 593 images and 81,048 instances. We released the images
and ground truths for training and validation sets. Test-dev contains 2,792 images and 353,346 instances. We released the images but not the ground
truths. Test-challenge contains 6,053 images and 1,090,637 instances. The images and ground truths of test-challenge
will be available only during the challenging.
</li>
</ul>
</p>
<h3>
Examples of Annotated Images
</h3>
<img src="images/instances-DOTA.jpg" class="img-responsive center-block" />
<div class="section bibtex">
<h3>
Citation
</h3>
<p> If you make use of the DOTA dataset, please cite our following paper: </p>
<pre>
@ARTICLE{9560031,
author={Ding, Jian and Xue, Nan and Xia, Gui-Song and Bai, Xiang and Yang, Wen and Yang, Michael and Belongie, Serge and Luo, Jiebo and Datcu, Mihai and Pelillo, Marcello and Zhang, Liangpei},
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
title={Object Detection in Aerial Images: A Large-Scale Benchmark and Challenges},
year={2021},
volume={},
number={},
pages={1-1},
doi={10.1109/TPAMI.2021.3117983}}
</pre>
<pre>
@InProceedings{Xia_2018_CVPR,
author = {Xia, Gui-Song and Bai, Xiang and Ding, Jian and Zhu, Zhen and Belongie, Serge and Luo, Jiebo and Datcu, Mihai and Pelillo, Marcello and Zhang, Liangpei},
title = {DOTA: A Large-Scale Dataset for Object Detection in Aerial Images},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2018}
}
</pre>
<pre>
@InProceedings{Ding_2019_CVPR,
author = {Jian Ding, Nan Xue, Yang Long, Gui-Song Xia, Qikai Lu},
title = {Learning RoI Transformer for Detecting Oriented Objects in Aerial Images},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2019}
}
</pre>
</div>
<h3>
Communicate
</h3>
<p>
For any problem you have in using DOTA, you can join the
<a href="https://jq.qq.com/?_wv=1027&k=5cs05Gq">QQ group</a> and communicate.
</p>
<!-- <img src="images/wechat7.png" height="200" width="200" /> -->
<!-- <p>
Because the number of WeChat groups exceeds 100, invitations are needed, so the discussion group is moved to the <a href="https://jq.qq.com/?_wv=1027&k=5cs05Gq">QQ group</a>.
</p> -->
<p>
<strong style="color:red">You could also ask questions and comment on the
<a href="https://github.com/CAPTAIN-WHU/DOTA/issues">github issues</a>.</strong>
</p>
<h3>
Contact
</h3>
<p>
If you have any the problem or feedback in using DOTA, please contact
<ul>
<li>Jian Ding at
<strong>[email protected]</strong>,</li>
<li>Gui-Song Xia at
<strong>[email protected]</strong>, </li>
<!-- <li>Xiang Bai at-->
<!-- <strong>[email protected]</strong>, </li>-->
<!-- <li>Zhen Zhu at-->
<!-- <strong>[email protected]</strong>.</li>-->
<!-- <li>Zhipeng Lin at-->
<!-- <strong>[email protected]</strong>,</li>-->
</ul>
</p>
<br>
<script type='text/javascript' id='clustrmaps' src='//cdn.clustrmaps.com/map_v2.js?cl=ffffff&w=300&t=tt&d=Vs7kEm-F-yc_I1yR89KMrjHwPuM3LWsU-RKxnqEQh3s'></script>
<!-- <div align="center">-->
<!--<a href="http://www.amazingcounters.com"><img border="0" src="http://cc.amazingcounters.com/counter.php?i=3220030&c=9660403" alt="AmazingCounters.com"></a>-->
<!--</div>-->
<br>
</div>
</body>
</html>