-
Notifications
You must be signed in to change notification settings - Fork 1
/
leaderboard.html
252 lines (214 loc) · 7.77 KB
/
leaderboard.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>SMP Challenge</title>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<link rel="stylesheet" href="static/css/bootstrap.css">
<script src="static/js/jquery.min.js"></script>
<script src="static/js/bootstrap.js"></script>
<script src="static/js/sprintf.js"></script>
<script src="static/js/md5.js"></script>
<style type="text/css">
#nav-first {
border-radius: 0px;
margin-bottom: 0px;
min-height: 80px;
}
#nav-second {
border-radius: 0px;
margin-bottom: 0px;
top: 80px;
}
#nav-first-main {
margin: 0 0;
height: 80px;
}
#nav-first-main>li {
height: 80px;
}
#nav-first-main>li>a {
height: 80px;
padding-top: 0;
padding-bottom: 0;
line-height: 80px;
}
#nav-second-main {
margin: 0 80px;
}
.nav-second-li {
font-size: 120%;
}
#block1 {
background-color: white;
}
#block2 {
/*background-color: #f8f8f8;*/
background-color: #e8e8e8;
}
#block3 {
background-color: white;
}
#block4 {
background-color: #e8e8e8;
}
#block5 {
background-color: white;
}
#block6 {
background-color: #e8e8e8;
}
#block7 {
background-color: #080808;
}
.p-body{
text-align: justify;
font-family: "Arial", sans-serif;
font-size: 120%;
}
h1,h2{
font-family: "Arial", serif;
/*font-size: 150%;*/
}
.timeline-li {
font-family: "Arial", sans-serif;
font-size: 120%;
}
#logo {
padding-left:100px;
padding-top: 10px;
}
.thumbnail {
border-color: transparent;
background-color: transparent;
}
.avatar {
border-radius: 50%;
}
.nav-li {
font-size: 120%;
cursor: pointer;
}
.dropdown-li {
background-color: #333333;
}
.dropdown-li>a {
color: #aaaaaa !important;
}
.dropdown-menu {
background-color: #333333;
}
td,th {
text-align: center;
}
.orange {
color: rgb(241,156,55) !important;
}
.help-block {
display: none;
}
.member-title {
padding-top: 10px;
}
.p-title {
color: rgb(241,156,55) !important;
}
.container-fluid {
padding-top: 130px;
}
#forget {
cursor: pointer;
}
.nav-dropdown {
color: white !important;
}
.nav-dropdown:hover {
background-color: #666 !important;
}
</style>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" id="nav-second">
<div class="container">
<ul class="nav navbar-nav" id="nav-second-main">
<li class="nav-li"><a class="nav-second-li" href="index.html" id="href-home"><b>Home</b></a></li>
<li class="nav-li"><a class="nav-second-li" href="dataset.html" id="href-description"><b>Dataset</b></a></li>
<li class="nav-li"><a class="nav-second-li" href="download.html" id="href-dataset"><b>Download</b></a></li>
<li class="nav-li"><a class="nav-second-li" href="challenge.html" id="href-challenge"><b>Task</b></a></li>
<li class="nav-li dropdown">
<a href='#' class="dropdown-toggle nav-second-li" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><b>Challenges</b> <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a class="nav-dropdown" href="/index.html" id="href-challenge">2024</a></li>
<li><a class="nav-dropdown" href="/2023/index.html" id="href-challenge">2023</a></li>
<li><a class="nav-dropdown" href="/2022/index.html" id="href-challenge">2022</a></li>
<li><a class="nav-dropdown" href="/2020/index.html" id="href-challenge">2020</a></li>
<li><a class="nav-dropdown" href="/2019/index.html" id="href-challenge">2019</a></li>
<li><a class="nav-dropdown" href="/2018/index.html" id="href-challenge">2018</a></li>
<li><a class="nav-dropdown" href="/2017/index.html" id="href-challenge">2017</a></li>
</ul>
</li>
<li class="nav-li active"><a class="nav-second-li" href="leaderboard.html" id="href-leaderboard"><b>Leaderboard</b></a></li>
</ul>
</div>
</nav>
<nav class="navbar navbar-default navbar-fixed-top" id="nav-first">
<div class="container">
<div class="navbar-header">
<img src="static/img/logo.png" width="400px" id="logo">
</div>
<ul class="nav navbar-nav navbar-right" id="nav-first-main">
<li class="nav-li"><a href="https://evalai.cloudcv.org/web/challenges/challenge-page/543/overview" id="href-register"><span class="glyphicon glyphicon-pencil" aria-hidden="true"></span> Register</a></li>
<li class="nav-li"><a href="mailto:[email protected]" id="href-contact"><span class="glyphicon glyphicon-envelope" aria-hidden="true"></span> Contact</a></li>
</ul>
</div>
</nav>
<div class="container-fluid" id="maintext">
<div class="row" id="block1">
<div class="container">
<div class="col-xs-10 col-xs-offset-1">
<h2 class="p-title"><b>Leaderboard</b></h2>
<table class="table table-striped table-bordered">
<tr>
<th>Rank</th>
<th>Team</th>
<th>SRC</th>
<th>MAE</th>
</tr>
<tr><td>1</td><td>ntuim</td><td>0.87</td><td>0.92</td></tr>
<tr><td>2</td><td>adaks</td><td>0.73</td><td>1.22</td></tr>
<tr><td>3</td><td>UESTC IntelliGame Lab</td><td>0.72</td><td>1.24</td></tr>
<tr><td>4</td><td>NCKU_ACVLAB</td><td>0.71</td><td>1.25</td></tr>
<tr><td>5</td><td>214hjf</td><td>0.56</td><td>1.57</td></tr>
<tr><td>5</td><td>cucmcl</td><td>0.65</td><td>1.73</td></tr>
<tr><td>7</td><td>Abs</td><td>0.53</td><td>1.92</td></tr>
</table>
The full leaderboard can be found <a href="https://eval.ai/web/challenges/challenge-page/543/leaderboard/1559">here</a>.
</div>
</div>
</div>
<div class="row" id="block2">
<div class="container">
<div class="col-xs-10 col-xs-offset-1">
<h2 class="p-title"><b>Team Ranking</b></h2>
<p class="p-body">
The ranking for the competition for each year is based on a quantitative evaluation, respectively. Specifically, a rank list of teams is produced by sorting their scores on each objective evaluation metric, respectively. The final rank of a team is measured by combining its ranking positions in the three ranking list for the respective task and defined as:
</p>
<p>
<center>
<span class="p-body"><i>R</i>(team) = <i>R</i>(team)@SR + <i>R</i>(team)@MAE</span>
</center>
</p>
<p class="p-body">
where <i>R</i>(team) is the rank position of the team on a particular metric, e.g., if the team achieves the best performance in terms of <i>Spearman’s Rho</i>, then <i>R</i>(team)@SR is "1". The smaller the final ranking, the better the performance.
</p>
</div>
<br>
</div>
</div>
<div class="row" id="block7">
<div class="col-xs-10 col-xs-offset-1">
<center><h5 style="color:white;">Copyright © 2024. SMP Challenge Organization Committee. All rights reserved.</h5></center>
</div>
</div>
</div>
</body>
</html>