-
Notifications
You must be signed in to change notification settings - Fork 0
/
guideline.html
107 lines (92 loc) · 3.76 KB
/
guideline.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
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>LUAI2021</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="bootstrap-3.3.7-dist/js/bootstrap.min.js"></script>
</script>
</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;">
Detecting Objects in Aerial Images (DOAI)
</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 Workshop at CVPR'2019 </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="span6 offset2">
<ul class="nav nav-tabs">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="workshop.html">Workshop</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Challenge
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li class="active">
<a href="guideline.html">Participation guidelines</a>
</li>
<li>
<a href="dataset.html">Dataset</a>
</li>
<li>
<a href="evaluation.html">Evaluation</a>
</li>
<li>
<a href="results.html">Results</a>
</li>
</ul>
</li>
<li>
<a href="ImportantDate.html"> Important Dates </a>
</li>
<li>
<a href="Orgnizers.html"> Orgnizers </a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
<br />
</ul>
</div>
</div>
<div class="row">
<div class="span12">
<h2>
Registration
</h2>
<p>
To download the extra test images and submit your results, please registrate on the
<a href="http://119.23.15.48:8001/login/?next=/l">contest page</a>.
</p>
</div>
</div>
</div>
<!-- <br>
<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>