File size: 999 Bytes
eddbfe5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
  "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"
}