vobecant
commited on
Commit
•
a59e7e7
1
Parent(s):
145962d
Initial commit.
Browse files- .idea/workspace.xml +10 -3
- app.py +1 -1
.idea/workspace.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<project version="4">
|
3 |
<component name="ChangeListManager">
|
4 |
<list default="true" id="5dd22f22-8223-4d55-99f9-57d1e00622d7" name="Default Changelist" comment="Initial commit.">
|
5 |
-
<change afterPath="$PROJECT_DIR
|
6 |
<change beforePath="$PROJECT_DIR$/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/app.py" afterDir="false" />
|
7 |
</list>
|
8 |
<option name="SHOW_DIALOG" value="false" />
|
@@ -52,7 +52,7 @@
|
|
52 |
<option name="number" value="Default" />
|
53 |
<option name="presentableId" value="Default" />
|
54 |
<updated>1647350746642</updated>
|
55 |
-
<workItem from="1647350750956" duration="
|
56 |
</task>
|
57 |
<task id="LOCAL-00001" summary="Initial commit.">
|
58 |
<created>1647352693910</created>
|
@@ -383,7 +383,14 @@
|
|
383 |
<option name="project" value="LOCAL" />
|
384 |
<updated>1647364059882</updated>
|
385 |
</task>
|
386 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
387 |
<servers />
|
388 |
</component>
|
389 |
<component name="TypeScriptGeneratedFilesManager">
|
|
|
2 |
<project version="4">
|
3 |
<component name="ChangeListManager">
|
4 |
<list default="true" id="5dd22f22-8223-4d55-99f9-57d1e00622d7" name="Default Changelist" comment="Initial commit.">
|
5 |
+
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
6 |
<change beforePath="$PROJECT_DIR$/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/app.py" afterDir="false" />
|
7 |
</list>
|
8 |
<option name="SHOW_DIALOG" value="false" />
|
|
|
52 |
<option name="number" value="Default" />
|
53 |
<option name="presentableId" value="Default" />
|
54 |
<updated>1647350746642</updated>
|
55 |
+
<workItem from="1647350750956" duration="12654000" />
|
56 |
</task>
|
57 |
<task id="LOCAL-00001" summary="Initial commit.">
|
58 |
<created>1647352693910</created>
|
|
|
383 |
<option name="project" value="LOCAL" />
|
384 |
<updated>1647364059882</updated>
|
385 |
</task>
|
386 |
+
<task id="LOCAL-00048" summary="Initial commit.">
|
387 |
+
<created>1647364225967</created>
|
388 |
+
<option name="number" value="00048" />
|
389 |
+
<option name="presentableId" value="LOCAL-00048" />
|
390 |
+
<option name="project" value="LOCAL" />
|
391 |
+
<updated>1647364225967</updated>
|
392 |
+
</task>
|
393 |
+
<option name="localTasksCounter" value="49" />
|
394 |
<servers />
|
395 |
</component>
|
396 |
<component name="TypeScriptGeneratedFilesManager">
|
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/
|
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/img1.jpg'] # , 'examples/img2.jpeg']
|
172 |
|
173 |
# predict(examples[0])
|
174 |
|