Update config.json
Browse files- config.json +221 -14
config.json
CHANGED
@@ -1,20 +1,227 @@
|
|
1 |
{
|
2 |
"name": "nicpras_finetuned_yolo",
|
3 |
"framework": "torch",
|
4 |
-
"labels": [
|
5 |
-
"Person", "Scooter", "Wheelchair", "Phone", "Cup", "Book", "Cloth",
|
6 |
-
"Shoes", "Bicycle", "Skating Shoes", "Toy", "Headphone", "Food",
|
7 |
-
"Bottle", "Ball", "Map", "Ice cream", "Camera", "Shovel",
|
8 |
-
"Sandcastle bucket", "Chair", "Trolley", "Swimming float", "Slide",
|
9 |
-
"Water", "Plate", "Tray", "Wallet", "Ipad", "Luggage", "Car",
|
10 |
-
"Package", "Microphone", "Cleaning trolley", "Stroller", "Clothes",
|
11 |
-
"Flyers", "Water can", "Compost", "Pot", "Plant", "Pitcher", "Bin",
|
12 |
-
"Bucket", "Aquarium", "Fishing net", "Sandcastle", "Newspaper", "Shell",
|
13 |
-
"Sunscreen", "Water gun", "Bookshelf", "Yarn", "Baby"
|
14 |
-
],
|
15 |
"type": "segmentation",
|
16 |
-
"pipeline_tag": "
|
17 |
"params": {
|
18 |
"threshold": 0.5
|
19 |
-
}
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
{
|
2 |
"name": "nicpras_finetuned_yolo",
|
3 |
"framework": "torch",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
"type": "segmentation",
|
5 |
+
"pipeline_tag": "image-segmentation",
|
6 |
"params": {
|
7 |
"threshold": 0.5
|
8 |
+
},
|
9 |
+
"labels": [
|
10 |
+
{
|
11 |
+
"name": "Person",
|
12 |
+
"attributes": []
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"name": "Scooter",
|
16 |
+
"attributes": []
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"name": "Wheelchair",
|
20 |
+
"attributes": []
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"name": "Phone",
|
24 |
+
"attributes": []
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"name": "Cup",
|
28 |
+
"attributes": []
|
29 |
+
},
|
30 |
+
{
|
31 |
+
"name": "Book",
|
32 |
+
"attributes": []
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"name": "Cloth",
|
36 |
+
"attributes": []
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"name": "Shoes",
|
40 |
+
"attributes": []
|
41 |
+
},
|
42 |
+
{
|
43 |
+
"name": "Bicycle",
|
44 |
+
"attributes": []
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"name": "Skating Shoes",
|
48 |
+
"attributes": []
|
49 |
+
},
|
50 |
+
{
|
51 |
+
"name": "Toy",
|
52 |
+
"attributes": []
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"name": "Headphone",
|
56 |
+
"attributes": []
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"name": "Food",
|
60 |
+
"attributes": []
|
61 |
+
},
|
62 |
+
{
|
63 |
+
"name": "Bottle",
|
64 |
+
"attributes": []
|
65 |
+
},
|
66 |
+
{
|
67 |
+
"name": "Ball",
|
68 |
+
"attributes": []
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"name": "Map",
|
72 |
+
"attributes": []
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"name": "Ice cream",
|
76 |
+
"attributes": []
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"name": "Camera",
|
80 |
+
"attributes": []
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"name": "Shovel",
|
84 |
+
"attributes": []
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"name": "Sandcastle bucket",
|
88 |
+
"attributes": []
|
89 |
+
},
|
90 |
+
{
|
91 |
+
"name": "Chair",
|
92 |
+
"attributes": []
|
93 |
+
},
|
94 |
+
{
|
95 |
+
"name": "Trolley",
|
96 |
+
"attributes": []
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"name": "Swimming float",
|
100 |
+
"attributes": []
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"name": "Slide",
|
104 |
+
"attributes": []
|
105 |
+
},
|
106 |
+
{
|
107 |
+
"name": "Water",
|
108 |
+
"attributes": []
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"name": "Plate",
|
112 |
+
"attributes": []
|
113 |
+
},
|
114 |
+
{
|
115 |
+
"name": "Tray",
|
116 |
+
"attributes": []
|
117 |
+
},
|
118 |
+
{
|
119 |
+
"name": "Wallet",
|
120 |
+
"attributes": []
|
121 |
+
},
|
122 |
+
{
|
123 |
+
"name": "Ipad",
|
124 |
+
"attributes": []
|
125 |
+
},
|
126 |
+
{
|
127 |
+
"name": "Luggage",
|
128 |
+
"attributes": []
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"name": "Car",
|
132 |
+
"attributes": []
|
133 |
+
},
|
134 |
+
{
|
135 |
+
"name": "Package",
|
136 |
+
"attributes": []
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"name": "Microphone",
|
140 |
+
"attributes": []
|
141 |
+
},
|
142 |
+
{
|
143 |
+
"name": "Cleaning trolley",
|
144 |
+
"attributes": []
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"name": "Stroller",
|
148 |
+
"attributes": []
|
149 |
+
},
|
150 |
+
{
|
151 |
+
"name": "Clothes",
|
152 |
+
"attributes": []
|
153 |
+
},
|
154 |
+
{
|
155 |
+
"name": "Flyers",
|
156 |
+
"attributes": []
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"name": "Water can",
|
160 |
+
"attributes": []
|
161 |
+
},
|
162 |
+
{
|
163 |
+
"name": "Compost",
|
164 |
+
"attributes": []
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"name": "Pot",
|
168 |
+
"attributes": []
|
169 |
+
},
|
170 |
+
{
|
171 |
+
"name": "Plant",
|
172 |
+
"attributes": []
|
173 |
+
},
|
174 |
+
{
|
175 |
+
"name": "Pitcher",
|
176 |
+
"attributes": []
|
177 |
+
},
|
178 |
+
{
|
179 |
+
"name": "Bin",
|
180 |
+
"attributes": []
|
181 |
+
},
|
182 |
+
{
|
183 |
+
"name": "Bucket",
|
184 |
+
"attributes": []
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"name": "Aquarium",
|
188 |
+
"attributes": []
|
189 |
+
},
|
190 |
+
{
|
191 |
+
"name": "Fishing net",
|
192 |
+
"attributes": []
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"name": "Sandcastle",
|
196 |
+
"attributes": []
|
197 |
+
},
|
198 |
+
{
|
199 |
+
"name": "Newspaper",
|
200 |
+
"attributes": []
|
201 |
+
},
|
202 |
+
{
|
203 |
+
"name": "Shell",
|
204 |
+
"attributes": []
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"name": "Sunscreen",
|
208 |
+
"attributes": []
|
209 |
+
},
|
210 |
+
{
|
211 |
+
"name": "Water gun",
|
212 |
+
"attributes": []
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"name": "Bookshelf",
|
216 |
+
"attributes": []
|
217 |
+
},
|
218 |
+
{
|
219 |
+
"name": "Yarn",
|
220 |
+
"attributes": []
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"name": "Baby",
|
224 |
+
"attributes": []
|
225 |
+
}
|
226 |
+
]
|
227 |
+
}
|