vobecant commited on
Commit
edfc4ee
1 Parent(s): b3dd7de

Initial commit.

Browse files
Files changed (2) hide show
  1. .idea/workspace.xml +10 -2
  2. app.py +1 -1
.idea/workspace.xml CHANGED
@@ -2,6 +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 beforePath="$PROJECT_DIR$/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/app.py" afterDir="false" />
6
  </list>
7
  <option name="SHOW_DIALOG" value="false" />
@@ -50,7 +51,7 @@
50
  <option name="number" value="Default" />
51
  <option name="presentableId" value="Default" />
52
  <updated>1647350746642</updated>
53
- <workItem from="1647350750956" duration="8415000" />
54
  </task>
55
  <task id="LOCAL-00001" summary="Initial commit.">
56
  <created>1647352693910</created>
@@ -241,7 +242,14 @@
241
  <option name="project" value="LOCAL" />
242
  <updated>1647359305043</updated>
243
  </task>
244
- <option name="localTasksCounter" value="28" />
 
 
 
 
 
 
 
245
  <servers />
246
  </component>
247
  <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" />
 
51
  <option name="number" value="Default" />
52
  <option name="presentableId" value="Default" />
53
  <updated>1647350746642</updated>
54
+ <workItem from="1647350750956" duration="8471000" />
55
  </task>
56
  <task id="LOCAL-00001" summary="Initial commit.">
57
  <created>1647352693910</created>
 
242
  <option name="project" value="LOCAL" />
243
  <updated>1647359305043</updated>
244
  </task>
245
+ <task id="LOCAL-00028" summary="Initial commit.">
246
+ <created>1647359368440</created>
247
+ <option name="number" value="00028" />
248
+ <option name="presentableId" value="LOCAL-00028" />
249
+ <option name="project" value="LOCAL" />
250
+ <updated>1647359368440</updated>
251
+ </task>
252
+ <option name="localTasksCounter" value="29" />
253
  <servers />
254
  </component>
255
  <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.jpg']
160
 
161
  predict(examples[0])
162