-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
321 lines (291 loc) · 11 KB
/
index.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>
<!--
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>ISU AI Workshop 2023</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<meta property='og:title' content="ISU AI Workshop 2023" />
<!-- <meta property='og:image' content="http://sightsound.org/sightsound-speakers-2021-v1.png" /> -->
<style>
img.rounded-img-dark {
border: 1px solid #cccccc;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
a.schedlink {
color: #535353;
font-weight: bold;
}
a.paperlink {
color: #535353;
border-bottom: dotted 1px;
}
td.paperpointers {
text-align: right;
}
a.pointer {
color: inherit;
}
</style>
</head>
<body>
<!-- <img src = "sightsound-speakers-2020.png" style = "display: none" width = 0> -->
<!-- Wrapper -->
<div id="wrapper">
<!-- Header-->
<!-- <header id="header" class = "alt" style = "min-width: 100%">-->
<header id="header" class="alt" style="width: 100%">
<!-- <span class="logo"><img height = 100px src="images/eye_ear1.jpg" alt="" /></span> -->
<!-- <span class="logo"><img src="images/logo.svg" alt="" /></span> -->
<!-- <h1 style = "text-shadow: 1px 1px #000000">Sight and Sound</h1>
-->
<style type="text/css">
.bgimg {
background-image: url('images/top_image.jpeg');
background-position: center;
background-color: rgba(255, 255, 255, 0.8);
background-blend-mode: lighten;
/*background-align:top;*/
}
</style>
<!-- <div class = "bgimg" style = "height: 475px">-->
<div class="bgimg" style="height: 150px; width: 100%">
<div style="height: 20px; width: 100%"></div>
<h1 style="color:#000000;text-shadow: 1px 1px #FFFFFF">ISU AI Workshop</h1>
<b>
<font color="black">
<h2 style="color:#000000;text-shadow: 1px 1px #FFFFFF">Building T, 3 K. Cholokashvili Ave, Tbilisi</h2>
<h2 style="color:#000000;text-shadow: 1px 1px #FFFFFF">3-5 pm, May 27, 2023</h2>
</font>
<br />
</b>
</div>
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#schedule" class="inheritactive">Schedule</a></li>
<!-- <li><a href="#schedule" class = "inheritcolor">Schedule</a></li> -->
<li><a href="#demo">Demo</a></li>
<!-- <li><a href="#papers" class = "inheritcolor">Papers</a></li> -->
<li><a href="#resource" class="inheritcolor">Resource</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<section id="schedule" class="main special">
<header class="major">
<h2>Schedule</h2>
</header>
<div class="table-wrapper" style="width:100%">
<table>
<tr>
<td>
3:00-3:40
</td>
<td>
Room T306
</td>
<td align="left">
<b>Session 1: Keynote presentation</b><br />
Speaker: <a href="https://donglaiw.github.io/">Dr. Donglai Wei</a>, Assistant Professor, Boston College,
USA
</td>
</tr>
<tr>
<td>
3:40-4:00
</td>
<td>
Room T306
</td>
<td align="left">
<b>Session 2: Panel discussion</b><br />
Panelists: Dr. Erekle Magradze (ISU), Dr. Hongbo Yang (ISU), Dr. Donglai Wei (BC)
</td>
</tr>
<tr>
<td>
4:00-4:15
</td>
<td></td>
<td align="left">
Break
</td>
</tr>
<tr>
<td>
4:15-5:00
</td>
<td>
Room T405
</td>
<td align="left">
<b>Session 3: Coding tutorial</b><br />
"Vehicle Counting from Videos"
</td>
</tr>
</table>
</div>
</section>
<section id="demo" class="main special">
<header class="major">
<h2>Demo: Vehicle Counting from Videos</h2>
</header>
<center>
<div class="spotlight" style="width: 90%; text-align: left">
<div class="content">
<table cellpadding="0" cellspacing="0" style="width:100%">
<tr>
<td align="center">
<a class="nocolor" href="https://github.com/bc-cv/yolov7">
<img class="rounded-img-dark" height="550px" src="images/demo_vehicle.gif">
</a>
<br>
<font size=5>
</font>
</td>
</tr>
</table>
<hr />
<h4>Additional Web Demos</h4>
<table cellpadding="0" cellspacing="0" style="width:100%">
<tr>
<td>Perception</td>
<td align="center">
<a class="nocolor" href="https://codepen.io/kareraisu/pen/xrrZeY">
<img class="rounded-img-dark-small" src="images/demo_alexa2.png">
</a>
<br>
<font size=3>Speech Recognition
</font>
</td>
<td align="center">
<a class="nocolor" href="https://segment-anything.com/demo">
<img class="rounded-img-dark-small" src="images/demo_sam.png">
</a>
<br>
<font size=3>Image Segmentation </font>
</td>
<td align="center">
<a class="nocolor" href="https://transcranial.github.io/keras-js/#/mnist-cnn">
<img class="rounded-img-dark-small" src="images/demo_digit.png">
</a>
<br>
<font size=3>Digit Recognition
</font>
</td>
</tr>
<tr>
<td>Inference</td>
<td align="center">
<a class="nocolor" href="https://www.masswerk.at/eliza/">
<img class="rounded-img-dark-small" src="images/demo_eliza.png">
</a>
<br>
<font size=3>Eliza (first AI chatbot)
</font>
</td>
<td align="center">
<a class="nocolor" href="https://www.chess.com/play/computer">
<img class="rounded-img-dark-small" src="images/demo_chess.png">
</a>
<br>
<font size=3>Chess Playing
</font>
</td>
<td align="center">
<a class="nocolor" href="https://huggingface.co/spaces/nielsr/vilt-vqa">
<img class="rounded-img-dark-small" src="images/demo_vqa.png">
</a>
<br>
<font size=3>Visual Question and Answer
</font>
</td>
</tr>
<tr>
<td>Synthesis</td>
<td align="center">
<a class="nocolor" href="https://codepen.io/matt-west/pen/DpmMgE">
<img class="rounded-img-dark-small" src="images/demo_speech.jpeg">
</a>
<br>
<font size=3>Speech Synthesis
</font>
</td>
<td align="center">
<!--a class="nocolor" href="https://tesseract.projectnaptha.com/">
<img class="rounded-img-dark-small" src="images/demo_ocr.png"-->
<a class="nocolor" href="https://affinelayer.com/pixsrv/">
<img class="rounded-img-dark-small" src="images/demo_pix2pix.png">
</a>
<br>
<font size=3>Image Translation
</font>
</td>
<td align="center">
<a class="nocolor" href="https://this-person-does-not-exist.com/">
<img class="rounded-img-dark-small" src="images/demo_face.jpeg">
</a>
<br>
<font size=4>Face Generation
</font>
</td>
</tr>
</table>
</div>
</div>
</center>
</section>
<section id="resource" class="main special">
<header class="major">
<h2>Resource</h2>
</header>
<div class="table-wrapper" style="width:100%;text-align: left;margin:0 0 0 150px">
<ul style="list-style-type:circle">
<li>More AI Demos: <a href="https://github.com/hwalsuklee/awesome-deep-vision-web-demo">[GitHub List]</a>,
<!--a href="https://allenai.org/demos">[Allen Institute]</a-->
<a href="https://boredhumans.com/demos.php">[BoredHumans</a>,
<a href="https://huggingface.co/spaces">[HuggingFace Space]</a>
</li>
<li>More AI Tutorials:<a
href="https://pytorch.org/tutorials/beginner/deep_learning_60min_blitz.html">[Pytorch tutorials]</a>,
<a href="http://introtodeeplearning.com/">[MIT deep learning mini-course]</a>,
<a href="https://www.youtube.com/watch?v=PySo_6S4ZAg&list=PLoROMvodv4rOABXSygHTsbvUz4G_YQhOb">[Stanford
deep learning course]</a>
</li>
</ul>
</div>
<br>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<p class="copyright">
<font size="-1"> Website design adapted
from <a href="http://bayesiandeeplearning.org">Yarin
Gal</a> and based on a template
from <a href="https://html5up.net">HTML5 UP</a>. Dog eye/ear photo from <a
href="https://www.gettyimages.com/license/82782291" rel="noreferrer">Compassionate Eye Foundation/Getty
Images Staff Photographer</a>.</font>
</p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]>
<script src="assets/js/ie/respond.min.js"></script><![endif]-->
<!-- <script src="assets/js/main.js"></script> -->
</body>
</html>