- app.py +1 -1
- image1.jpg +0 -0
- labels.txt +19 -0
app.py
CHANGED
@@ -115,7 +115,7 @@ demo = gr.Interface(
|
|
115 |
inputs=gr.Image(shape=(400, 600)),
|
116 |
outputs=["plot"],
|
117 |
examples=[
|
118 |
-
"
|
119 |
allow_flagging="never",
|
120 |
)
|
121 |
|
|
|
115 |
inputs=gr.Image(shape=(400, 600)),
|
116 |
outputs=["plot"],
|
117 |
examples=[
|
118 |
+
"image1.jpg"],
|
119 |
allow_flagging="never",
|
120 |
)
|
121 |
|
image1.jpg
ADDED
![]() |
labels.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
road
|
2 |
+
sidewalk
|
3 |
+
building
|
4 |
+
wall
|
5 |
+
fence
|
6 |
+
pole
|
7 |
+
traffic light
|
8 |
+
traffic sign
|
9 |
+
vegetation
|
10 |
+
terrain
|
11 |
+
sky
|
12 |
+
person
|
13 |
+
rider
|
14 |
+
car
|
15 |
+
truck
|
16 |
+
bus
|
17 |
+
train
|
18 |
+
motorcycle
|
19 |
+
bicycle
|