File size: 1,022 Bytes
57c3c7b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_household_objects_512x512_quant_n2x_cpu_1.n2x",
      "ModelQuantEn": true,
      "ModelInputN": 1,
      "ModelInputH": 512,
      "ModelInputW": 512,
      "ModelInputC": 3
    }
  ],
  "PRE_PROCESS": [
    {
      "InputImgFmt": "JPEG",
      "InputImgSliceType": "SLICE2",
      "InputImgNormEn": false
    }
  ],
  "POST_PROCESS": [
    {
      "PostProcessorInputs": [
        229,
        244,
        239,
        234
      ],
      "OutputPostprocessType": "DetectionYolo",
      "LabelsPath": "labels_household_objects.json",
      "OutputConfThreshold": 0.3,
      "MaxDetections": 20,
      "OutputNMSThreshold": 0.6,
      "MaxDetectionsPerClass": 100,
      "MaxClassesPerDetection": 1,
      "UseRegularNMS": false,
      "OutputNumClasses": 17
    }
  ],
  "DEVICE": [
    {
      "RuntimeAgent": "N2X",
      "DeviceType": "CPU"
    }
  ],
  "Checksum": "90b8986be9beff8c14a648c77617a1130a321d3f1435c279f9b77c1d35357476"
}