summaryrefslogtreecommitdiff
path: root/meta-template/image-classification-quant-001-meta.json
blob: 1936dbda6d8d4680fdbbcd2ec616136a970e0b0e (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
{
    "inputmetadata" :
    {
        "tensor_info" : [
            {
                "name" : "input",
                "shape_type" : "NHWC",
                "shape_dims" : [ 1, 224, 224, 3],
                "data_type" : "UNIT8",
                "color_space" : "RGB888"
            }
        ]
    },
    "outputmetadata" :
    {
        "score" : [
            {
                "name" : "MobilenetV1/Predictions/Reshape_1",
                "index" : [-1, 1],
                "top_number" : 5,
                "threshold" : 0.3,
                "score_type" : 0,
                "dequantization" : [
                    {
                        "scale" : 255.0,
                        "zeropoint" : 0.0
                    }
                ]
            }
        ]
    }
}