-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcompetitions_tmp.html
More file actions
244 lines (206 loc) · 10.3 KB
/
Copy pathcompetitions_tmp.html
File metadata and controls
244 lines (206 loc) · 10.3 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<title>DAVAR LAB</title>
<meta name="description" content="">
<link rel="alternate" type="application/rss+xml" href="feed.xml">
<!-- Stylesheet -->
<link rel="stylesheet" href="css/main.css" rel='stylesheet' type='text/css'>
<!-- Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Nunito:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic' rel='stylesheet' type='text/css'>
<!-- Favicon -->
<link rel="shortcut icon" href="/img/small_logo.png">
<style type="text/css">
.container-fluid .items {
border: 1px solid #EEEEEE;
padding: 10px;
margin-bottom: 15px;
}
.card {
height: 400px;
overflow: hidden;
}
.card img {
width: auto;
height: auto;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
position: relative;
}
.card-title {
font-size: 20px;
font-weight: bold;
}
.card-content {
height: 30px;
width: 1000px;
display: table-cell;
vertical-align: middle;
text-align: center;
}
</style>
</head>
<body data-spy="scroll" data-offset="80" data-target=".scrollspy" id="top">
<div class="navigation"></div>
<div class="news top-container" style="font-size: 16px">
<div class="container-fluid">
<header>
<h1>Ongoing Competition</h1>
<hr />
</header>
<div class="row">
<div class="col-lg-6 col-md-6" style="cursor: pointer; width:100%" onclick="window.open('/competition/CSIG2022-invoice.html')">
<div class="items text-center">
<div class="card">
<img src="/img/competitions/csig2022.png" />
</div>
<div class="card-title" style="font-size:18px"> CSIG 2022 Competition on Invoice Recognition and Analysis.</div>
</div>
</div>
</div>
<header>
<h1>History Competition Records</h1>
<hr />
</header>
<div class="row">
<div class="col-lg-6 col-md-6" style="cursor: pointer;" onclick="window.open('/competition/bdci2021poi.html')">
<div class="items text-center">
<div class="card">
<img src="/img/competitions/bdci2021poi-1.jpg" />
</div>
<div class="card-title" style="font-size:18px"> Won the 1st place in CCF BDCI 2021 Competition on POI Name Generation & Award of Best Algorithm Capacity.</div>
<div class="card-content">
</div>
</div>
</div>
<div class="col-lg-6 col-md-6" style="cursor: pointer;" onclick="window.open('/competition/SSLAD-Track-3.html')">
<div class="items text-center">
<div class="card">
<img src="/img/competitions/sslad-track3.png" />
</div>
<div class="card-title"> Won the 1st place in ICCV 2021 Workshop SSLAD Track 3B - Continual Object Detection.</div>
<div class="card-content">
</div>
</div>
</div>
<div class="col-lg-6 col-md-6" style="cursor: pointer;" onclick="window.open('/competition/SSLAD-Track-1.html')">
<div class="items text-center">
<div class="card">
<img src="/img/competitions/sslad-track1.png" />
</div>
<div class="card-title"> Won the 2nd place in ICCV 2021 Workshop SSLAD Track 1 - 2D object detection.</div>
<div class="card-content">
</div>
</div>
</div>
<div class="col-lg-6 col-md-6" style="cursor: pointer;" onclick="window.open('/competition/icdar2021svts.html')">
<div class="items text-center">
<div class="card">
<img src="/img/competitions/icdar2021svts.png" />
</div>
<div class="card-title"> Hosted the ICDAR 2021 Competition on Scene Video Text Spotting (SVTS).</div>
<div class="card-content">
</div>
</div>
</div>
<div class="col-lg-6 col-md-6" style="cursor: pointer;" onclick="window.open('/competition/icdar2021slp-a.html')">
<div class="items text-center">
<div class="card">
<img src="/img/competitions/icdar2021slp-a.png" />
</div>
<div class="card-title"> Won the 1st place in ICDAR 2021 SLP Competition, Task A: Document Layout Recognition.</div>
<div class="card-content">
</div>
</div>
</div>
<div class="col-lg-6 col-md-6" style="cursor: pointer;" onclick="window.open('/competition/icdar2021slp-b.html')">
<div class="items text-center">
<div class="card">
<img src="/img/competitions/icdar2021slp-b.png" />
</div>
<div class="card-title"> Won the 1st place in ICDAR 2021 SLP Competition, Task B: Table Recognition</div>
<div class="card-content">
</div>
</div>
</div>
<div class="col-lg-6 col-md-6" style="cursor: pointer;" onclick="window.open('/competition/icdar2019RECTS.html')">
<div class="items text-center">
<div class="card">
<img src="/img/competitions/icdar2019RECTS.png" />
</div>
<div class="card-title"> Refreshed score (1st place) in ICDAR 2019 RECTS Competition</div>
<div class="card-content">
</div>
</div>
</div>
<div class="col-lg-6 col-md-6" style="cursor: pointer;" onclick="window.open('/competition/icdar2019SROIE.html')">
<div class="items text-center">
<div class="card">
<img src="/img/competitions/icdar2019SROIE.png" />
</div>
<div class="card-title"> Refreshed score (1st place) in ICDAR 2019 SROIE Competition</div>
<div class="card-content">
</div>
</div>
</div>
<div class="col-lg-6 col-md-6" style="cursor: pointer;" onclick="window.open('/competition/icdar2017coco.html')">
<div class="items text-center">
<div class="card">
<img src="/img/competitions/icdar2017coco.png" />
</div>
<div class="card-title"> Won the 1st place in ICDAR 2017 Coco-Text Competition</div>
<div class="card-content">
</div>
</div>
</div>
<div class="col-lg-6 col-md-6" style="cursor: pointer;" onclick="window.open('/competition/icdar2017detext.html')">
<div class="items text-center">
<div class="card">
<img src="/img/competitions/icdar2017detext.png" />
</div>
<div class="card-title"> Won the 2nd place in ICDAR 2017 DeTEXT Competition</div>
<div class="card-content">
</div>
</div>
</div>
<div class="col-lg-6 col-md-6" style="cursor: pointer;" onclick="window.open('/competition/icdar2015video_spotting.html')">
<div class="items text-center">
<div class="card">
<img src="/img/competitions/icdar2015video_spotting.png" />
</div>
<div class="card-title"> Refreshed two scores (1st place) in ICDAR 2015 Text in Videos Competition</div>
<div class="card-content">
</div>
</div>
</div>
<div class="col-lg-6 col-md-6" style="cursor: pointer;" onclick="window.open('/competition/icdar2015det.html')">
<div class="items text-center">
<div class="card">
<img src="/img/competitions/icdar2015_det.png" />
</div>
<div class="card-title"> Refreshed score (2nd place) in ICDAR 2015 Incidental Scene Text Competition</div>
<div class="card-content">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer"></div>
<script src="/js/jquery.min.js"></script>
<script src="/js/all.min.js"></script>
<script>
$(document).ready(function () {
$(".footer").load("/common/footer.html");
$(".navigation").load("/common/navigation.html");
});
</script>
</body>
</html>