vobecant commited on
Commit
33261bd
1 Parent(s): 8f3efc0

Initial commit.

Browse files
Files changed (2) hide show
  1. .idea/workspace.xml +9 -2
  2. app.py +1 -1
.idea/workspace.xml CHANGED
@@ -50,7 +50,7 @@
50
  <option name="number" value="Default" />
51
  <option name="presentableId" value="Default" />
52
  <updated>1647350746642</updated>
53
- <workItem from="1647350750956" duration="9177000" />
54
  </task>
55
  <task id="LOCAL-00001" summary="Initial commit.">
56
  <created>1647352693910</created>
@@ -283,7 +283,14 @@
283
  <option name="project" value="LOCAL" />
284
  <updated>1647360031763</updated>
285
  </task>
286
- <option name="localTasksCounter" value="34" />
 
 
 
 
 
 
 
287
  <servers />
288
  </component>
289
  <component name="TypeScriptGeneratedFilesManager">
 
50
  <option name="number" value="Default" />
51
  <option name="presentableId" value="Default" />
52
  <updated>1647350746642</updated>
53
+ <workItem from="1647350750956" duration="9496000" />
54
  </task>
55
  <task id="LOCAL-00001" summary="Initial commit.">
56
  <created>1647352693910</created>
 
283
  <option name="project" value="LOCAL" />
284
  <updated>1647360031763</updated>
285
  </task>
286
+ <task id="LOCAL-00034" summary="Initial commit.">
287
+ <created>1647360209505</created>
288
+ <option name="number" value="00034" />
289
+ <option name="presentableId" value="LOCAL-00034" />
290
+ <option name="project" value="LOCAL" />
291
+ <updated>1647360209505</updated>
292
+ </task>
293
+ <option name="localTasksCounter" value="35" />
294
  <servers />
295
  </component>
296
  <component name="TypeScriptGeneratedFilesManager">
app.py CHANGED
@@ -156,7 +156,7 @@ def predict(input_img):
156
  title = "Drive&Segment"
157
  description = 'Gradio Demo accompanying paper "Drive&Segment: Unsupervised Semantic Segmentation of Urban Scenes via Cross-modal Distillation"'
158
  # article = "<p style='text-align: center'><a href='TODO' target='_blank'>Project Page</a> | <a href='codelink' target='_blank'>Github</a></p>"
159
- examples = ['examples/img1.jpg']
160
 
161
  predict(examples[0])
162
 
 
156
  title = "Drive&Segment"
157
  description = 'Gradio Demo accompanying paper "Drive&Segment: Unsupervised Semantic Segmentation of Urban Scenes via Cross-modal Distillation"'
158
  # article = "<p style='text-align: center'><a href='TODO' target='_blank'>Project Page</a> | <a href='codelink' target='_blank'>Github</a></p>"
159
+ examples = ['examples/img1.png']
160
 
161
  predict(examples[0])
162