Update config.json
Browse files- config.json +25 -24
config.json
CHANGED
@@ -1,24 +1,25 @@
|
|
1 |
-
{
|
2 |
-
"task": "object-detection",
|
3 |
-
"
|
4 |
-
"
|
5 |
-
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
-
|
24 |
-
}
|
|
|
|
1 |
+
{
|
2 |
+
"task": "object-detection",
|
3 |
+
"model_type": "yolos"
|
4 |
+
"pipeline_tag": "object-detection",
|
5 |
+
"labels": [
|
6 |
+
"Road_No_Parking",
|
7 |
+
"Road_Speed_Limit_in_School_Zone",
|
8 |
+
"Road_School_Zone",
|
9 |
+
"Crosswalk",
|
10 |
+
"Road_No_Stopping_or_Parking",
|
11 |
+
"Road_No_Stopping_Zone",
|
12 |
+
"stop",
|
13 |
+
"traffic_lane_yellow_solid",
|
14 |
+
"school_zone",
|
15 |
+
"no_parking",
|
16 |
+
"fire_hydrant"
|
17 |
+
],
|
18 |
+
"model": {
|
19 |
+
"framework": "onnx",
|
20 |
+
"model_format": "onnx",
|
21 |
+
"input_format": "image",
|
22 |
+
"output_format": "object-detection",
|
23 |
+
"input_size": [640, 640]
|
24 |
+
}
|
25 |
+
}
|