vobecant
commited on
Commit
·
38e940d
1
Parent(s):
2f0e061
Initial commit.
Browse files
app.py
CHANGED
@@ -177,14 +177,6 @@ description = 'Gradio Demo accompanying paper "Drive&Segment: Unsupervised Seman
|
|
177 |
article = """
|
178 |
<h1 align="center">🚙📷 Drive&Segment: Unsupervised Semantic Segmentation of Urban Scenes via Cross-modal Distillation</h1>
|
179 |
|
180 |
-
<h2 align="center">
|
181 |
-
<a href="https://vobecant.github.io/DriveAndSegment">project page</a> |
|
182 |
-
<a href="#">arXiv</a> |
|
183 |
-
<a href="https://huggingface.co/spaces/vobecant/DaS">Gradio</a> |
|
184 |
-
<a href="https://colab.research.google.com/drive/126tBVYbt1s0STyv8DKhmLoHKpvWcv33H?usp=sharing">Colab</a> |
|
185 |
-
<a href="https://www.youtube.com/watch?v=B9LK-Fxu7ao">video</a>
|
186 |
-
</h2>
|
187 |
-
|
188 |
## 💫 Highlights
|
189 |
|
190 |
- 🚫🔬 **Unsupervised semantic segmentation:** Drive&Segments proposes learning semantic segmentation in urban scenes without any manual annotation, just from
|
@@ -198,6 +190,14 @@ the raw non-curated data collected by cars which, equipped with 📷 cameras and
|
|
198 |

|
199 |
"""
|
200 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
201 |
# description += """
|
202 |
# ## 📺 Examples
|
203 |
#
|
|
|
177 |
article = """
|
178 |
<h1 align="center">🚙📷 Drive&Segment: Unsupervised Semantic Segmentation of Urban Scenes via Cross-modal Distillation</h1>
|
179 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
180 |
## 💫 Highlights
|
181 |
|
182 |
- 🚫🔬 **Unsupervised semantic segmentation:** Drive&Segments proposes learning semantic segmentation in urban scenes without any manual annotation, just from
|
|
|
190 |

|
191 |
"""
|
192 |
|
193 |
+
# <h2 align="center">
|
194 |
+
# <a href="https://vobecant.github.io/DriveAndSegment">project page</a> |
|
195 |
+
# <a href="#">arXiv</a> |
|
196 |
+
# <a href="https://huggingface.co/spaces/vobecant/DaS">Gradio</a> |
|
197 |
+
# <a href="https://colab.research.google.com/drive/126tBVYbt1s0STyv8DKhmLoHKpvWcv33H?usp=sharing">Colab</a> |
|
198 |
+
# <a href="https://www.youtube.com/watch?v=B9LK-Fxu7ao">video</a>
|
199 |
+
# </h2>
|
200 |
+
|
201 |
# description += """
|
202 |
# ## 📺 Examples
|
203 |
#
|