-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathevaluation.html
132 lines (114 loc) · 4.15 KB
/
evaluation.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
<!DOCTYPE html>
<html>
<!-- commit test -->
<head>
<meta charset="utf-8">
<title>ODAI</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="http://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> -->
<style>
body {
background-color : rgb(250,250,250); /*UCLA bgcolor*/
}
</style>
</head>
<body>
<div class="container">
<div class="jumbotron">
<div class="content">
<h1 style="text-align:center; margin-top:80px; font-weight: bold; color:rgb(100,10,250); font-size: 48px;">
Object Detection in Aerial Images (ODAI)
</h1>
<!-- <p style="text-align:center; color:blue; position:relative; top:7%"> -->
<p style="text-align:center; margin-top:15px; color: rgb(10,10,250); font-size: 32px;">
<strong>
<span style="font-style:italic">A Contest on ICPR'2018 </span>
</strong>
</p>
<!-- <body background="images/largeimage2.jpg"></body> -->
<!-- <img src="images/largeimage2.jpg" class="img-responsive center-block" /> -->
</div>
</div>
<div class="row">
<div class="span12">
<div class="row">
<div class="span4">
<ul class="nav nav-tabs">
<!-- <li class="active"> -->
<li >
<a href="index.html">Home</a>
</li>
<li>
<!-- <a href="dataset.html">Dataset</a> -->
</li>
<li>
<!-- <li> -->
<!-- <a href="tasks.html">Tasks</a> -->
</li>
<li class="active">
<a href="evaluation.html">Evaluation</a>
</li>
<li>
<a href="results.html">Results</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
<br />
</ul>
</div>
</div>
<!-- <h2>
Submission Format
</h2> -->
<!-- <p>
xxx
<a href="##">An Examples of submission format</a>
</p> -->
<div class="row">
<div class="span12">
<h2>Note</h2>
<p style="color:blue">
<ul style="color:blue">
<li>
Please be careful about the format, otherwise no assurance is guaranteed that the results can be correctly tested.
</li>
<li>
<!-- If you have trouble with the evaluation server, please submit your results to <strong>[email protected]</strong>.
Make sure that you have provided authentic information, especially your institute in the submission form.
Otherwise you will not receive the evaluation result. Once we have received your submission, you'll receive the result in two
days at the first time. -->
As the evaluation server is still improving, if you have problems using them, you can choose to send the results with correct format to
Email:<strong>[email protected]</strong>. Please attach your Team name, Institute and team members to the email, otherwise we can not
guarantee the results will be evaluated. The evaluation process executed by human takes about 2 days, please take it easy.
</li>
<li>
For evaluation, you must registrate and submit on the evaluation server.
The test images include test sets of DOTA-v1 as well as other extra images.
Your submission must include results on the whole images.
The evaluation server for the whole ODAI-18 images are open on <strong style="color:red">March 15, 2018</strong>
</li>
</ul>
</p>
<h2>
Task1 - Oriented Evaluation Server
</h2>
<p>
<a href="#">Evaluation Server</a> for all ODAI-18 images
</p>
<h2>
Task2 - Horizontal Evaluation Server
</h2>
<p>
<a href="#">Evaluation Server</a> for all ODAI-18 images
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>