vobecant
commited on
Commit
·
f45cfdd
1
Parent(s):
d546960
Initial commit.
Browse files
app.py
CHANGED
@@ -204,15 +204,18 @@ the raw non-curated data collected by cars which, equipped with 📷 cameras and
|
|
204 |
Example of **pseudo** segmentation.
|
205 |
|
206 |

|
|
|
207 |
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
|
|
|
|
|
|
|
|
|
|
212 |
|
213 |
-

|
214 |
-

|
215 |
-
"""
|
216 |
examples = [ # 'examples/img5.jpeg',
|
217 |
'examples/100.jpeg',
|
218 |
'examples/39076.jpeg',
|
|
|
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
|
213 |
+
# algorithm.
|
214 |
+
#
|
215 |
+
# 
|
216 |
+
# 
|
217 |
+
# """
|
218 |
|
|
|
|
|
|
|
219 |
examples = [ # 'examples/img5.jpeg',
|
220 |
'examples/100.jpeg',
|
221 |
'examples/39076.jpeg',
|