vobecant commited on
Commit
f45cfdd
·
1 Parent(s): d546960

Initial commit.

Browse files
Files changed (1) hide show
  1. app.py +10 -7
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
  ![](https://drive.google.com/uc?export=view&id=1n27_zAMBAc2e8hEzh5FTDNM-V6zKAE4p)
 
207
 
208
- ### Cityscapes segmentation.
209
-
210
- Two examples of pseudo segmentation mapped to the 19 ground-truth classes of the Cityscapes dataset by using Hungarian
211
- algorithm.
 
 
 
 
 
212
 
213
- ![](https://drive.google.com/uc?export=view&id=1vHF2DugjXr4FdXX3gW65GRPArNL5urEH)
214
- ![](https://drive.google.com/uc?export=view&id=1WI_5lmF_YoVFXdWDnPT29rhPnlylh7QV)
215
- """
216
  examples = [ # 'examples/img5.jpeg',
217
  'examples/100.jpeg',
218
  'examples/39076.jpeg',
 
204
  Example of **pseudo** segmentation.
205
 
206
  ![](https://drive.google.com/uc?export=view&id=1n27_zAMBAc2e8hEzh5FTDNM-V6zKAE4p)
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
+ # ![](https://drive.google.com/uc?export=view&id=1vHF2DugjXr4FdXX3gW65GRPArNL5urEH)
216
+ # ![](https://drive.google.com/uc?export=view&id=1WI_5lmF_YoVFXdWDnPT29rhPnlylh7QV)
217
+ # """
218
 
 
 
 
219
  examples = [ # 'examples/img5.jpeg',
220
  'examples/100.jpeg',
221
  'examples/39076.jpeg',