summaryrefslogtreecommitdiff
path: root/meta-template/yolov5m-quant-416.json
blob: 5e093b161961d2ec41b81474bbb8b0ca20223825 (plain)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
    "inputmetadata" :
    {
        "tensor_info" : [
            {
                "name" : "input_1",
                "shape_type" : "NHWC",
                "shape_dims" : [ 1, 416, 416, 3],
                "data_type" : "FLOAT32",
                "color_space" : "RGB888"
            }
        ],
        "preprocess" : [
            {
                "normalization" : [
                    {
                        "mean" : [0.0, 0.0, 0.0],
                        "std" : [255.0, 255.0, 255.0]
                    }
                ]
            }
        ]
    },
    "outputmetadata" :
    {
        "score" : [
            {
                "name" : "Identity",
                "index" : [-1, -1, 1],
                "top_number" : 5,
                "threshold" : 0.4,
                "score_type" : "NORMAL"
            }
        ],
        "box" : [
            {
                "name" : "Identity",
                "index" : [-1, -1, 1],
                "box_type" : "ORIGIN_CENTER",
                "box_order" : [0, 1, 2, 3],
                "box_coordinate" : "RATIO",
                "decoding_type" : "YOLO_ANCHOR",
                "decoding_info" :
                {
                    "cell" :
                    {
                        "num_scales" : 3,
                        "scales": [8, 16, 32],
                        "offset_scales" : 1,
                        "type" : "NORMAL"
                    },
                    "nms" :
                    {
                        "mode": "STANDARD",
                        "iou_threshold": 0.2
                    }
                }
            }
        ]
    }
}