summaryrefslogtreecommitdiff
path: root/meta-template/ic_squeezenet_224x224.json
blob: b0e8f348c287883e9edf0bf061cdeb403a067e3e (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
{
    "inputmetadata" :
    {
        "tensor_info" : [
            {
                "name" : "Placeholder",
                "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" : "softmax_tensor",
                "index" : [-1, 1],
                "top_number" : 5,
                "threshold" : 0.3,
                "score_type" : 0
            }
        ]
    }
}