Skip to content

Commit b6a676f

Browse files
edit authors section again
1 parent 0a027ce commit b6a676f

1 file changed

Lines changed: 36 additions & 41 deletions

File tree

README.md

Lines changed: 36 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -7,53 +7,48 @@
77

88
## Author(s)
99

10-
<div style="display: flex; justify-content: center; align-items: center; gap: 40px;">
11-
12-
<div style="text-align: center;">
13-
<a href="https://github.com/elenaivadreyer">
14-
<img src="https://github.com/elenaivadreyer.png" width="90" style="border-radius:50%">
15-
</a>
16-
<br>
17-
<sub><b>Elena Dreyer</b></sub>
18-
<br>
19-
<sub>e.dreyer@students.hertie-school.org</sub>
20-
</div>
21-
22-
<div style="text-align: center;">
23-
<a href="https://github.com/giocopp">
24-
<img src="https://github.com/giocopp.png" width="90" style="border-radius:50%">
25-
</a>
26-
<br>
27-
<sub><b>Giorgio Coppola</b></sub>
28-
<br>
29-
<sub>g.coppola@students.hertie-school.org</sub>
30-
</div>
31-
32-
<div style="text-align: center;">
33-
<a href="https://github.com/NadineDaum">
34-
<img src="https://github.com/NadineDaum.png" width="90" style="border-radius:50%">
35-
</a>
36-
<br>
37-
<sub><b>Nadine Daum</b></sub>
38-
<br>
39-
<sub>n.daum@students.hertie-school.org</sub>
40-
</div>
41-
42-
<div style="text-align: center;">
43-
<a href="https://github.com/nicolasreichardt">
44-
<img src="https://github.com/nicolasreichardt.png" width="90" style="border-radius:50%">
45-
</a>
46-
<br>
47-
<sub><b>Nicolas Reichardt</b></sub>
48-
<br>
49-
<sub>n.reichardt@students.hertie-school.org</sub>
50-
</div>
10+
<div align="center">
11+
12+
<table>
13+
<tr>
14+
<td align="center">
15+
<a href="https://github.com/elenaivadreyer">
16+
<img src="https://github.com/elenaivadreyer.png" width="90" style="border-radius:50%">
17+
</a><br>
18+
<sub><b>Elena Dreyer</b></sub><br>
19+
<sub>e.dreyer@students.hertie-school.org</sub>
20+
</td>
21+
<td align="center">
22+
<a href="https://github.com/giocopp">
23+
<img src="https://github.com/giocopp.png" width="90" style="border-radius:50%">
24+
</a><br>
25+
<sub><b>Giorgio Coppola</b></sub><br>
26+
<sub>g.coppola@students.hertie-school.org</sub>
27+
</td>
28+
<td align="center">
29+
<a href="https://github.com/NadineDaum">
30+
<img src="https://github.com/NadineDaum.png" width="90" style="border-radius:50%">
31+
</a><br>
32+
<sub><b>Nadine Daum</b></sub><br>
33+
<sub>n.daum@students.hertie-school.org</sub>
34+
</td>
35+
<td align="center">
36+
<a href="https://github.com/nicolasreichardt">
37+
<img src="https://github.com/nicolasreichardt.png" width="90" style="border-radius:50%">
38+
</a><br>
39+
<sub><b>Nicolas Reichardt</b></sub><br>
40+
<sub>n.reichardt@students.hertie-school.org</sub>
41+
</td>
42+
</tr>
43+
</table>
5144

5245
</div>
5346

5447

5548

5649

50+
51+
5752
## Tutorial Overview
5853

5954
This tutorial introduces few-shot learning techniques for semantic segmentation in satellite imagery using high-resolution images from Geneva, Switzerland. We will demonstrate how Prototypical Networks can learn meaningful rooftop representations from only a few labeled examples and generalize to new geographic areas with minimal annotation effort.

0 commit comments

Comments
 (0)