MG31 commited on
Commit
b1c704b
1 Parent(s): 8af5c9f

Update config.json

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