summaryrefslogtreecommitdiff
path: root/meta-template/ic_mobilenet_v2_224x224.json
blob: 0dc4c02d75c7b231b1150ee29758c757a6234215 (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
{
    "inputmetadata" :
    {
        "tensor_info" : [
            {
                "name" : "input",
                "shape_type" : "NHWC",
                "shape_dims" : [ 1, 224, 224, 3],
                "data_type" : "FLOAT32",
                "color_space" : "RGB888"
            }
        ],
        "preprocess" : [
            {
                "normalization" : [
                    {
                        "mean" : [127.5, 127.5, 127.5],
                        "std" : [127.5, 127.5, 127.5]
                    }
                ]
            }
        ]
    },
    "outputmetadata" :
    {
        "score" :
            {
                "name" : ["MobilenetV2/Predictions/Reshape_1"],
                "index" : [-1, 1],
                "top_number" : 5,
                "threshold" : 0.01,
                "score_type" : "NORMAL"
            }
    }
}