-
Notifications
You must be signed in to change notification settings - Fork 1
/
aoe_2016.html
321 lines (300 loc) · 14.5 KB
/
aoe_2016.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
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>VQA: Visual Question Answering</title>
<link rel="stylesheet" href="./static/css/foundation.css">
<link rel="stylesheet" href="./static/css/main.css">
<script src="./static/js/vendor/jquery.js"></script>
<script src="./static/js/jquery-2.1.3.min.js"></script>
<!-- load jQuery and tablesorter scripts -->
<script type="text/javascript" src="./static/tablesorter-master/js/jquery.tablesorter.js"></script>
<!-- tablesorter widgets (optional) -->
<script type="text/javascript" src="./static/tablesorter-master/js/jquery.tablesorter.widgets.js"></script>
</head>
<body class="off-canvas hide-extras" style="min-width:1200px; min-height:750px;">
<style>
table.tablesorter {
font-family: arial;
font-size: 12pt;
width: 60%;
text-align: left;
}
table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
font-size: 12pt;
padding: 4px;
}
table.tablesorter th.tablesorter-headerUnSorted {
background-image: url('./static/img/sortdisb.png');
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
}
table.tablesorter tbody td {
color: #3D3D3D;
padding: 0px;
background-color: #FFF;
vertical-align: top;
}
table.tablesorter tbody tr.odd td {
background-color: #F0F0F6;
}
table.tablesorter th.tablesorter-headerAsc {
background-image: url(http://tablesorter.com/themes/blue/desc.gif);
background-repeat: no-repeat;
background-position: center right;
}
table.tablesorter th.tablesorter-headerDesc {
background-image: url('./static/img/down.png');
background-repeat: no-repeat;
background-position: center right;
}
table.tablesorter th.headerSortDown,
table.tablesorter th.headerSortUp {
background-color: #8dbdd8;
}
table.tablesorter .tablesorter-header.sorter-false {
background-image: url();
}
</style>
<header>
<div class="row">
<a href="http://visualqa.org/"><img style="height: 100px; position:absolute; top:4px; left:0px;" src="./static/img/main.png" alt="logo" /></a>
<h1><img style="height: 90px;" src="./static/img/logo.png" alt="logo" /><br></h1>
<br>
</div>
</header>
<div class="contain-to-grid">
<nav class="top-bar" data-topbar>
<section class="top-bar-section">
<!-- Right Nav Section -->
<ul class="right">
<li><a href="index.html">Home</a></li>
<li><a href="people.html">People</a></li>
<li><a href="code.html">Code</a></li>
<li><a href="http://vqa.cloudcv.org/" onClick="ga('send', 'event', { eventCategory: 'Outgoing Link', eventAction: 'Demo', eventLabel: 'Demo'});">Demo</a></li>
<li class="has-dropdown"><a href="download.html">Download</a>
<ul class="dropdown">
<li><a href="download.html">VQA v2</a></li>
<li><a href="vqa_v1_download.html">VQA v1</a></li>
</ul>
</li>
<li><a href="evaluation.html">Evaluation</a></li>
<li class="active has-dropdown"><a href="challenge.html">Challenge</a>
<ul class="dropdown">
<li><a href="challenge.html">2021</a></li>
<li><a href="challenge_2020.html">2020</a></li>
<li><a href="challenge_2019.html">2019</a></li><li><a href="challenge_2018.html">2018</a></li>
<li><a href="challenge_2017.html">2017</a></li>
<li><a href="challenge_2016.html">2016</a></li>
</ul>
</li>
<li class="has-dropdown"><a href="http://visualqa.org/vqa_v2_teaser.html">Browse</a>
<ul class="dropdown">
<li><a href="http://visualqa.org/vqa_v2_teaser.html">VQA v2</a></li>
<li><a href="https://vqabrowser.cloudcv.org/">VQA v1</a></li>
</ul>
</li>
<li><a href="http://visualqa.org/visualize/">Visualize</a></li>
<!-- <li class="has-dropdown"><a href="http://visualqa.org/visualize/">Visualize</a>
<ul class="dropdown">
<li><a href="http://visualqa.org/visualize/">VQA v2</a></li>
<li><a href="http://visualqa.org/visualize/">VQA v1</a></li>
</ul>
</li> -->
<li class="has-dropdown"><a href="workshop.html">Workshop</a>
<ul class="dropdown">
<li><a href="workshop.html">2021</a></li>
<li><a href="workshop_2020.html">2020</a></li>
<li><a href="workshop_2019.html">2019</a></li>
<li><a href="workshop_2018.html">2018</a></li>
<li><a href="workshop_2017.html">2017</a></li>
<li><a href="workshop_2016.html">2016</a></li>
</ul>
</li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="terms.html">Terms</a></li>
<li><a href="external.html">External</a></li>
</ul>
</section>
</nav>
</div>
<section role="main">
<div class="row">
<p style="font-size:20px; color:black; font-weight: 50" align=center>
<a href="vqa_v1_challenge.html#overview" style="padding:13px">Overview</a>
<a href="vqa_v1_challenge.html#guidelines" style="padding:13px">Challenge Guidelines</a>
<a href="javascript:void(0)" data-dropdown="hover1" data-options="is_hover:true; hover_timeout:5000">Leaderboards ↓</a>
<ul id="hover1" class="f-dropdown" data-dropdown-content>
<li><a href="roe.html">Real Open-Ended</a></li>
<li><a href="aoe.html">Abstract Open-Ended</a></li>
<li><a href="rmc.html">Real Multiple-Choice</a></li>
<li><a href="amc.html">Abstract Multiple-Choice</a></li>
</ul>
</p>
<p style="font-size:30px; color:black; font-weight: 50" align=center>Abstract Open-Ended</p>
<p style="font-size:20px; color:black; font-weight: 50" align=center>
<a onClick="std()" id="stdbtn" style="padding:13px; background-color: #E5E4E2;">Test</a>
</p>
<br>
<p id="date" style="font-size:20px; color:black; font-weight: 50" align=center></p>
</div>
<div class="row">
<table id="std" class="tablesorter" align="center" cellpadding="1">
<thead>
<tr>
<th data-sorter="false" class="stubhead" rowspan="2" style="cursor: default;"></th>
<th data-sorter="false" class="stubhead" colspan="3" style="text-align:center; cursor: default;">By Answer Type</th>
<th class="stubhead" rowspan="2">Overall</th>
</tr>
<tr>
<th colspan="1">Yes/No</th>
<th colspan="1">Number</th>
<th colspan="1">Other</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<table id="chall" class="tablesorter" align="center" cellpadding="1" style="display:none">
<thead>
<tr>
<th data-sorter="false" class="stubhead" rowspan="2" style="cursor: default;"></th>
<th data-sorter="false" class="stubhead" colspan="3" style="text-align:center; cursor: default;">By Answer Type</th>
<th class="stubhead" rowspan="2">Overall</th>
</tr>
<tr>
<th colspan="1">Yes/No</th>
<th colspan="1">Number</th>
<th colspan="1">Other</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p style="font-size:15px; color:black; font-weight: 50" align=center>Please see the <a href="http://visualqa.org/evaluation.html">evaluation</a> page for information about the metrics.</p>
<table id="ref" align="center" cellpadding="1" width="60%">
<div style="margin-left:240px;"><span style="font-size:20px; color:black; font-weight: 50">References</span></div>
<br>
<tbody>
</tbody>
</table>
</div>
</section>
<script>
var roe;
$.ajax({
dataType: "json",
url: "abstract_open-ended.json",
mimeType: "application/json",
async: false,
success: function(result) {
roe = result;
}
});
var $str = "Updated: " + roe[roe.length - 1]['date'] + " (results migrated weekly from <a href=" + "https://competitions.codalab.org/competitions/6981#results" + ">CodaLab</a>). <br>For information about each test split please see the <a href=" + "http://visualqa.org/vqa_v1_challenge.html" + ">challenge</a> page.";
$("#date").html($str);
for (var i = 0; i < roe.length; i++) {
var $row = $('<tr>' +
'<th>' + '<p class="sub0" style="height: 2px; padding:0px;">' + roe[i]['team_name'] + '<sup>[' + roe[i]['team_name_order'] + ']</sup>' + '</p></th>' + '<th>' + '<p class="dataCell" style="height: 2px; padding:0px;">' + roe[i]['standard']['perAnswerType']['yes/no'] + '</p></th>' + '<th>' + '<p class="dataCell" style="height: 2px; padding:0px;">' + roe[i]['standard']['perAnswerType']['number'] + '</p></th>' + '<th>' + '<p class="dataCell" style="height: 2px; padding:0px;">' + roe[i]['standard']['perAnswerType']['other'] + '</p></th>' + '<th>' + '<p class="dataCell" style="height: 2px; padding:0px;">' + roe[i]['standard']['overall'] + '</p></th>' +
'</tr>');
var $row2 = $('<tr>' +
'<th>' + '<p class="sub0" style="height: 2px; padding:0px;">' + roe[i]['team_name'] + '<sup>[' + roe[i]['team_name_order'] + ']</sup>' + '</p></th>' + '<th>' + '<p class="dataCell" style="height: 2px; padding:0px;">' + roe[i]['standard']['perAnswerType']['yes/no'] + '</p></th>' + '<th>' + '<p class="dataCell" style="height: 2px; padding:0px;">' + roe[i]['standard']['perAnswerType']['number'] + '</p></th>' + '<th>' + '<p class="dataCell" style="height: 2px; padding:0px;">' + roe[i]['standard']['perAnswerType']['other'] + '</p></th>' + '<th>' + '<p class="dataCell" style="height: 2px; padding:0px;">' + roe[i]['standard']['overall'] + '</p></th>' +
'</tr>');
if (roe[i]['ref'] == "") {
var $ref = $('<tr>' + '<th style="text-align: left; width: 20%;">' + '<p class="sub0">[' + roe[i]['team_name_order'] + '] ' + roe[i]['team_name'] + '</a></p></th>' + '<td style="width: 40%">' + '<p class="dataCell">' + roe[i]['team_members'] + '</p></td>' + '<td>' + '<p class="dataCell">' + roe[i]['method'] + '</p></td>' + '</tr>');
} else {
var $ref = $('<tr>' + '<th style="text-align: left; width: 20%;">' + '<p class="sub0">[' + roe[i]['team_name_order'] + '] ' + '<a href="' + roe[i]['ref'] + '">' + roe[i]['team_name'] + '</a></p></th>' + '<td style="width: 40%">' + '<p class="dataCell">' + roe[i]['team_members'] + '</p></td>' + '<td>' + '<p class="dataCell">' + roe[i]['method'] + '</p></td>' + '</tr>');
}
$('#std').append($row);
$('#chall').append($row2);
$('#ref').append($ref);
}
</script>
<script>
function std() {
$("#chall").hide();
$("#std").show();
$("#stdbtn").attr("style", "padding:13px; background-color: #E5E4E2;")
$("#challbtn").attr("style", "padding:13px; background-color: #FFFFFF;")
}
function chall() {
$("#std").hide();
$("#chall").show();
$("#stdbtn").attr("style", "padding:13px; background-color: #FFFFFF;")
$("#challbtn").attr("style", "padding:13px; background-color: #E5E4E2;")
}
</script>
<script src="./static/js/foundation.js"></script>
<script src="./static/js/foundation.dropdown.js"></script>
<script>
$(function() {
$("#std").tablesorter({
sortList: [
[4, 1]
],
headers: {
1: {
lockedOrder: 'desc'
},
2: {
lockedOrder: 'desc'
},
3: {
lockedOrder: 'desc'
},
4: {
lockedOrder: 'desc'
},
5: {
lockedOrder: 'desc'
}
}
});
$("#chall").tablesorter({
sortList: [
[4, 1]
],
headers: {
1: {
lockedOrder: 'desc'
},
2: {
lockedOrder: 'desc'
},
3: {
lockedOrder: 'desc'
},
4: {
lockedOrder: 'desc'
},
5: {
lockedOrder: 'desc'
}
}
});
});
</script>
<script>
$(document).foundation();
</script>
<!-- jquery smooth scroll to id's -->
<script>
$(function() {
$('a[href*=#]:not([href=#])').click(function() {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
</script>
</body>
</html>