yolo_v5s_coco_576x576_quant_n2x_cpu_1 / yolo_v5s_coco_576x576_quant_n2x_cpu_1.json
shashichilappagari's picture
Adding model files
eddbfe5
raw
history blame contribute delete
No virus
999 Bytes
{
"ConfigVersion": 2,
"MODEL_PARAMETERS": [
{
"ModelPath": "yolo_v5s_coco_576x576_quant_n2x_cpu_1.n2x",
"ModelQuantEn": true,
"ModelInputN": 1,
"ModelInputH": 576,
"ModelInputW": 576,
"ModelInputC": 3
}
],
"PRE_PROCESS": [
{
"InputImgFmt": "JPEG",
"InputImgSliceType": "SLICE2",
"InputImgNormEn": false
}
],
"POST_PROCESS": [
{
"PostProcessorInputs": [
244,
254,
259,
249
],
"OutputPostprocessType": "DetectionYolo",
"LabelsPath": "labels_coco_80.json",
"OutputConfThreshold": 0.3,
"MaxDetections": 20,
"OutputNMSThreshold": 0.6,
"MaxDetectionsPerClass": 100,
"MaxClassesPerDetection": 1,
"UseRegularNMS": false,
"OutputNumClasses": 80
}
],
"DEVICE": [
{
"RuntimeAgent": "N2X",
"DeviceType": "CPU"
}
],
"Checksum": "beebb3088fee811eeae6544140c999f838ecb29885e7cf972b9a15c0dc1b0b19"
}