-
Notifications
You must be signed in to change notification settings - Fork 0
/
evaluation.html
106 lines (94 loc) · 4.28 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
<!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="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="row">
<div class="span12">
<div class="content">
<h1 style="text-align:center; margin-top:60px; font-weight: bold">
<strong style="color:red">iSAID</strong>: A Large-scale Dataset for
Instance Segmentation in Aerial Images
</h1>
<p style="text-align:center; margin-bottom:15px; margin-top:20px; font-size: 18px" >
<a href="https://scholar.google.es/citations?hl=en&user=WNGPkVQAAAAJ&view_op=list_works&sortby=pubdate">Syed Waqas Zamir</a>,
<a href="https://adityac8.github.io/">Aditya Arora</a>,
<a href="https://akshitac8.github.io/">Akshita Gupta</a>,
<a href="https://salman-h-khan.github.io/">Salman Khan</a>,
<a href="">Guolei Sun</a>, <br>
<a href="https://sites.google.com/view/fahadkhans/home">Fahad Shahbaz Khan</a>,
<a href="https://scholar.google.ae/citations?user=vD-ezyQAAAAJ&hl=en">Fan Zhu</a>,
<a href="https://scholar.google.com/citations?user=z84rLjoAAAAJ&hl=en">Ling Shao</a>,
<a href="http://captain.whu.edu.cn/xia_En.html">Gui-Song Xia</a>,
<a href="http://mclab.eic.hust.edu.cn/~xbai/">Xiang Bai</a>.
</p>
<div align="center">
<a href="http://www.inceptioniai.org/" class="div-inline" >
<img border="0" src="images/logo_IIAI.png" width="100px" class="div-inline" />
</a>
<a href="https://www.whu.edu.cn/" class="div-inline" >
<img border="0" src="images/logo_WHU.png" width="100px" class="div-inline"/>
</a>
<a href="http://www.hust.edu.cn/" class="div-inline" >
<img border="0" src="images/logo_HUST.jpg" width="100px" class="div-inline"/>
</a>
</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="dataset.html">Dataset</a></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>
<br />
</ul>
</div>
</div>
<!-- <h2>
Submission Format
</h2> -->
<!-- <p>
xxx
<a href="##">An Examples of submission format</a>
</p> -->
<div class="row">
<p>
<!-- The evaluation server is on the way. You can train your model on train and evaluate it on the val set currently. -->
As the evaluation server is still improving, if you have any problems, you can choose to send the results with the correct format to <strong>[email protected]</strong>.
<!-- The server is currently under development. Please email your test results to [email protected], and we will send you the evaluation results. -->
</p>
<h1>Instance Segmentation Evaluation Server</h1>
<p>
For Instance Segmentation evaluation, you must registrate and submit on the <a href="http://bed4rs.net:8006/evaluation1/">evaluation server</a>.
</p>
<h1>Object Detection Evaluation Server</h1>
<p>
For Object Detection evaluation, you must registrate and submit on the <a href="http://bed4rs.net:8006/evaluation2/">evaluation server</a>.
</p>
</div>
</div>
</div>
<!-- <div align="center"><a href="http://www.amazingcounters.com"><img border="0" src="http://cc.amazingcounters.com/counter.php?i=3243548&c=9730957" alt="AmazingCounters.com"></a></div> -->
<div>
<p align="center">
<a href="https://clustrmaps.com/site/1awbn" title="Visit tracker"><img src="//www.clustrmaps.com/map_v2.png?d=34HKbLxwjBZChyB15DpPx_zUf0m8i9ccbHEWnOj_hAk&cl=ffffff" /></a>
</p>
</div>
</div>
</body>
</html>