-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
116 lines (98 loc) · 3.76 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0032)http://6.869.csail.mit.edu/fa19/ -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Advanced Topics In Computer Vision And Deep Learning </title>
<!-- <link rel="stylesheet" href="css/bootstrap.min.css"> -->
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container">
<table border="0" align="center">
<tbody>
<tr>
<td width="160" align="right"><a href="https://www.weizmann.ac.il"><img src="pics/weizmann_logo.jpg" width="240" height="126" border="0" /></a></td>
<td width="623" align="center" valign="middle"><h3>Weizmann Institute of Science</h3>
<p><strong id="docs-internal-guid-be9d3617-7fff-49eb-ccd0-d78bcfc8d0b2">20214022</strong></p>
<span class="title">Advanced Topics In Computer Vision <br> And Deep Learning</span></td>
<td width="160" align="left"><a href="https://www.weizmann.ac.il/math/waic/home"><img src="pics/waic_logo.png" width="100" height="95" border="0" /></a></td>
</tr>
<tr><td colspan="3" align="center"><h3>Spring 2021</h3></td></tr>
<tr>
<td colspan="4" align="center">
<span class="menubar"> [
<a href="index.html">Home</a> |
<a href="schedule.html">Schedule</a> |
<a href="prerequisites.html">Prerequisites</a> |
<a href="useful.html">Useful Links</a>
] </span></td>
</tr>
<tr><td colspan="3" align="center"><img src="pics/teaser.png" height="170" align="middle" /></td></tr>
</tbody>
</table>
<br>
<!--
<h2>Announcements</h2> <!- -TODO: Should I change this?- ->
<p><span class="announce_date">
<ul>
<li> All course materials (slides and videos) will be made available here. </li>
<li> Make sure you have completed all the prerequisites.</li>
<!- -strong id="docs-internal-guid-acaf570b-7fff-041a-4410-da2ff821f679">prerequisites</strong></span- ->
</ul>
</p>
-->
<!-- <h2>Course Information</h2> -->
<div class="col-md-12">
<h3>Course Lecturers</h3>
<div class="instructor">
<a href="http://www.weizmann.ac.il/math/irani/">
<div class="instructorphoto"><img src="pics/michal.jpg" /></div>
<div>Michal Irani</div>
</a>
</div>
<div class="instructor">
<a href="https://www.weizmann.ac.il/math/ronen/">
<div class="instructorphoto"><img src="pics/ronen.jpg" /></div>
<div>Ronen Basri</div>
</a>
</div>
<div class="instructor">
<a href="http://www.weizmann.ac.il/math/shimon/">
<div class="instructorphoto"><img src="pics/shimonullman.jpg" /></div>
<div>Shimon Ullman</div>
</a>
</div>
<div class="instructor">
<a href="https://www.weizmann.ac.il/math/bagon/home">
<div class="instructorphoto"><img src="pics/shai_bagon.jpeg" /></div>
<div>Shai Bagon</div>
</a>
</div>
<div class="instructor">
<a href="https://www.weizmann.ac.il/math/dekel/">
<div class="instructorphoto"><img src="pics/Tali Dekel.jpeg" /></div>
<div>Tali Dekel</div>
</a>
</div>
</div>
<div class="col-md-12">
<h3>Teaching Assistant</h3>
<div class="instructor">
<a href="https://nivha.github.io/">
<div class="instructorphoto"><img src="pics/niv.jpg" /></div>
<div>Niv Haim</div>
</a>
</div>
</div>
<br>
<div class="col-md-12">
<h3>Course Information</h3>
<p> This course will cover important advances and recently published papers in Computer Vision and Deep Learning. </p>
<p>Classes are held on Sundays, 14:15 - 16:00</p>
</div>
<p> </p>
<p> </p>
<hr>
<p align="center" class="acknowledgement">The template of this website is based on <a href="http://6.869.csail.mit.edu/fa19/">CSAIL MIT's Advanced Computer Vision course </a></p>
</div>
</div></body></html>