vobecant
commited on
Commit
•
986275e
1
Parent(s):
e1f4fbc
Initial commit.
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ def predict(input_img):
|
|
168 |
title = "Drive&Segment"
|
169 |
description = 'Gradio Demo accompanying paper "Drive&Segment: Unsupervised Semantic Segmentation of Urban Scenes via Cross-modal Distillation"\nBecause of the CPU-only inference, it might take up to 20s for large images.'
|
170 |
# article = "<p style='text-align: center'><a href='TODO' target='_blank'>Project Page</a> | <a href='codelink' target='_blank'>Github</a></p>"
|
171 |
-
examples = ['examples/100.jpeg', 'examples/39076.
|
172 |
|
173 |
# predict(examples[0])
|
174 |
|
|
|
168 |
title = "Drive&Segment"
|
169 |
description = 'Gradio Demo accompanying paper "Drive&Segment: Unsupervised Semantic Segmentation of Urban Scenes via Cross-modal Distillation"\nBecause of the CPU-only inference, it might take up to 20s for large images.'
|
170 |
# article = "<p style='text-align: center'><a href='TODO' target='_blank'>Project Page</a> | <a href='codelink' target='_blank'>Github</a></p>"
|
171 |
+
examples = ['examples/100.jpeg', 'examples/39076.jpeg', 'examples/img1.jpg'] # , 'examples/img2.jpeg']
|
172 |
|
173 |
# predict(examples[0])
|
174 |
|