MG31 commited on
Commit
ccd7a06
1 Parent(s): dba32c5

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +14 -3
config.json CHANGED
@@ -1,9 +1,20 @@
1
  {
2
  "task": "object-detection",
3
  "pipeline_tag": "object-detection",
4
- "labels": ['Road_No_Parking', 'Road_Speed_Limit_in_School_Zone', 'Road_School_Zone', 'Crosswalk', 'Road_No_Stopping_or_Parking', 'Road_No_Stopping_Zone', 'stop', 'traffic_lane_yellow_solid', 'school_zone', 'no_parking', 'fire_hydrant'],
5
-
6
- "model": {
 
 
 
 
 
 
 
 
 
 
 
7
  "framework": "onnx",
8
  "model_format": "onnx",
9
  "input_format": "image",
 
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",