Upload config.json
Browse files- config.json +9 -1
config.json
CHANGED
@@ -1,5 +1,13 @@
|
|
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 |
}
|
|
|
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",
|
10 |
+
"output_format": "object-detection",
|
11 |
+
"input_size": [640, 640]
|
12 |
+
}
|
13 |
}
|