V8_11_new1 / config.json
MG31's picture
Update config.json
b510815 verified
raw
history blame contribute delete
No virus
566 Bytes
{
"task": "object-detection",
"model_type": "V8",
"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": "pytorch",
"model_format": "pt",
"input_format": "image",
"output_format": "object-detection",
"input_size": [640, 640]
}
}