vobecant
commited on
Commit
·
2f0e061
1
Parent(s):
2053abc
Initial commit.
Browse files
app.py
CHANGED
@@ -196,17 +196,16 @@ the raw non-curated data collected by cars which, equipped with 📷 cameras and
|
|
196 |
Cityscapes (without any fine-tuning).
|
197 |
|
198 |

|
199 |
-
|
200 |
-
## 📺 Examples
|
201 |
-
|
202 |
-
### **Pseudo** segmentation.
|
203 |
-
|
204 |
-
Example of **pseudo** segmentation.
|
205 |
-
|
206 |
-

|
207 |
"""
|
208 |
|
209 |
# description += """
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
210 |
# ### Cityscapes segmentation.
|
211 |
#
|
212 |
# Two examples of pseudo segmentation mapped to the 19 ground-truth classes of the Cityscapes dataset by using Hungarian
|
|
|
196 |
Cityscapes (without any fine-tuning).
|
197 |
|
198 |

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
199 |
"""
|
200 |
|
201 |
# description += """
|
202 |
+
# ## 📺 Examples
|
203 |
+
#
|
204 |
+
# ### **Pseudo** segmentation.
|
205 |
+
#
|
206 |
+
# Example of **pseudo** segmentation.
|
207 |
+
#
|
208 |
+
# 
|
209 |
# ### Cityscapes segmentation.
|
210 |
#
|
211 |
# Two examples of pseudo segmentation mapped to the 19 ground-truth classes of the Cityscapes dataset by using Hungarian
|