You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+69-12Lines changed: 69 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
[](https://colab.research.google.com/github/hertie-data-science-lab/tutorial-new-tutorial-group-1/blob/main/tutorial.ipynb)
6
6
7
7
8
-
## Author(s)
8
+
## Authors
9
9
10
10
<divalign="center">
11
11
@@ -46,9 +46,6 @@
46
46
47
47
48
48
49
-
50
-
51
-
52
49
## Tutorial Overview
53
50
54
51
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.
@@ -79,15 +76,9 @@ The dataset being used for the demonstration of this tutorial consists of:
79
76
-**Satellite Images**: High-resolution RGB satellite images of Geneva, Switzerland
**[View Tutorial Notebook in Colab](https://colab.research.google.com/github/hertie-data-science-lab/tutorial-new-tutorial-group-1/blob/main/tutorial.ipynb)**
81
+
Either start by watching the video tutorial or jump straight into running the tutorial notebook.
91
82
92
83
### 📹 Video Tutorial
93
84
@@ -96,6 +87,72 @@ Either have a quick walk through the tutorial notebook or watch the video tutori
96
87
97
88
*Click the image above to watch the tutorial video*
98
89
90
+
### 🏃♀️ Running the Tutorial
91
+
92
+
To run the tutorial, you can either use Google Colab or set up a local environment.
93
+
94
+
### Google Colab
95
+
---
96
+
97
+
[](https://colab.research.google.com/github/hertie-data-science-lab/tutorial-new-tutorial-group-1/blob/main/tutorial.ipynb)
98
+
99
+
### Local Setup
100
+
---
101
+
102
+
#### Option 1: Using the Containerized Setup (Recommended)
103
+
1.**Install prerequisites**:
104
+
-[Docker](https://www.docker.com/get-started)
105
+
-[VS Code](https://code.visualstudio.com/) with the [Dev Containers Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
0 commit comments