V8_11_new / config.json
MG31's picture
Update config.json
b1c704b verified
raw
history blame
567 Bytes
{
"task": "object-detection",
"model_type": "yolos"
"pipeline_tag": "object-detection",
"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"
],
"model": {
"framework": "onnx",
"model_format": "onnx",
"input_format": "image",
"output_format": "object-detection",
"input_size": [640, 640]
}
}