summaryrefslogtreecommitdiff
path: root/meta-template/pld_mobilenet_v1_posenet_multi_257x257.json
blob: a65951a6bb01987ffc9912602c5895dcb2e07968 (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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
    "inputmetadata" :
    {
        "tensor_info" : [
            {
                "name" : "sub_2",
                "shape_type" : "NHWC",
                "shape_dims" : [ 1, 257, 257, 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" : "MobilenetV1/heatmap_2/BiasAdd",
                "index" : [-1, 1, 1, 1],
                "top_number" : 1,
                "threshold" : 0.65,
                "score_type" : "SIGMOID"
            }
        ],
        "landmark" : [
            {
                "name" : "MobilenetV1/heatmap_2/BiasAdd",
                "index" : [-1, 1, 1, 1],
                "landmark_type" : "2D_MULTI",
                "landmark_coordinate" : "PIXEL",
                "decoding_type" : "HEATMAP_REFINE",
                "decoding_info" :
                {
                    "heatmap" :
                     {
                         "shape_type" : "NHWC",
                         "nms_radius" : 50.0
                     }
                }
            }
        ],
        "offset" : [
            {
                "name" : "MobilenetV1/offset_2/BiasAdd",
                "index" : [-1, 1, 1, 1],
                "shape_type" : "NHWC",
                "dim_type" : 2
            }
        ],
        "displacement" : [
            {
                "name" : "MobilenetV1/displacement_fwd_2/BiasAdd",
                "index" : [-1, 1, 1, 1],
                "shape_type" : "NHWC",
                "dim_type" : 2,
                "type" : "FORWARD"
            },
            {
                "name" : "MobilenetV1/displacement_bwd_2/BiasAdd",
                "index" : [-1, 1, 1, 1],
                "shape_type" : "NHWC",
                "dim_type" : 2,
                "type" : "BACKWARD"
            }
        ],
        "edgemap" : [
            {
                "parent": 0,
                "child": 1
            },
            {
                "parent": 1,
                "child": 3
            },
            {
                "parent": 0,
                "child": 2
            },
            {
                "parent": 2,
                "child": 4
            },
            {
                "parent": 0,
                "child": 5
            },
            {
                "parent": 5,
                "child": 7
            },
            {
                "parent": 7,
                "child": 9
            },
            {
                "parent": 5,
                "child": 11
            },
            {
                "parent": 11,
                "child": 13
            },
            {
                "parent": 13,
                "child": 15
            },
            {
                "parent": 0,
                "child": 6
            },
            {
                "parent": 6,
                "child": 8
            },
            {
                "parent": 8,
                "child": 10
            },
            {
                "parent": 6,
                "child": 12
            },
            {
                "parent": 12,
                "child": 14
            },
            {
                "parent": 14,
                "child": 16
            }
        ]
    }
}