|
7 | 7 |
|
8 | 8 | ## Author(s) |
9 | 9 |
|
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> |
51 | 44 |
|
52 | 45 | </div> |
53 | 46 |
|
54 | 47 |
|
55 | 48 |
|
56 | 49 |
|
| 50 | + |
| 51 | + |
57 | 52 | ## Tutorial Overview |
58 | 53 |
|
59 | 54 | 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