Update files in meta-template except yolov5 files 82/286382/1
authorTae-Young Chung <ty83.chung@samsung.com>
Thu, 5 Jan 2023 02:50:57 +0000 (11:50 +0900)
committerTae-Young Chung <ty83.chung@samsung.com>
Thu, 5 Jan 2023 02:51:06 +0000 (11:51 +0900)
[Issue type] update

yolov5 files will be updated with a next commit.

Change-Id: Iffea7884d6d39f65273529fba9685d6f82043884
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
30 files changed:
meta-template/README.md
meta-template/fd_blazeface_front_128x128.json
meta-template/fd_mobilenet_v1_ssd_postop_300x300.json
meta-template/fld_mediapipe_192x192.json
meta-template/fld_tweakcnn_128x128.json
meta-template/ic_densenet_224x224.json
meta-template/ic_inception_resnet_v2_299x299.json
meta-template/ic_inception_v3_299x299.json
meta-template/ic_inception_v4_299x299.json
meta-template/ic_mnasnet_224x224.json
meta-template/ic_mobilenet_v1_224x224.json
meta-template/ic_mobilenet_v2_224x224.json
meta-template/ic_nasnet_224x224.json
meta-template/ic_resnet_v2_299x299.json
meta-template/ic_squeezenet_224x224.json
meta-template/image-classification-001-meta.json
meta-template/image-classification-quant-001-meta.json
meta-template/od_mobilenet_v1_ssd_postop_300x300.json
meta-template/od_mobilenet_v2_ssd_320x320.json
meta-template/od_yolo_v5_320x320.json
meta-template/pld_cpm_192x192.json
meta-template/pld_mobilenet_v1_posenet_multi_257x257.json
meta-template/pld_movenet_lightning3_192x192.json
meta-template/pld_movenet_lightning3_192x192_int8_quant.json
meta-template/pld_movenet_lightning4_192x192.json
meta-template/pld_movenet_lightning4_192x192_int8_quant.json
meta-template/pld_movenet_thunder3_256x256.json
meta-template/pld_movenet_thunder3_256x256_int8_quant.json
meta-template/pld_movenet_thunder4_256x256.json
meta-template/pld_movenet_thunder4_256x256_int8_quant.json

index 4614406..2fd250a 100644 (file)
@@ -30,15 +30,14 @@ The Meta file consists of 1) inputmetadata and 2) outputmetadata. For example, a
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "dense_3/Softmax",
+                "name" : ["dense_3/Softmax"],
                 "index" : [-1, 1],
                 "top_number" : 5,
                 "threshold" : 0.3,
                 "score_type" : "NORMAL"
             }
-        ]
     }
 }
 ```
@@ -61,7 +60,7 @@ In the classification meta file, the `inputmetadata` includes
 The `outputmetadata` includes
 `score` which has information of postprocess to get score such as
 
-- `name`: name to an output tensor for score
+- `name`: names to output tensors for score
 - `index`: index to get score from the output tensor
 - `top_number`: the top number of outputs
 - `threshold` : threshold to cut ouputs under the `threshold` value
@@ -88,9 +87,9 @@ A meta file, however, for classification with quantized model is shown below.
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "MobilenetV1/Predictions/Reshape_1",
+                "name" : ["MobilenetV1/Predictions/Reshape_1"],
                 "index" : [-1, 1],
                 "top_number" : 5,
                 "threshold" : 0.3,
@@ -102,7 +101,6 @@ A meta file, however, for classification with quantized model is shown below.
                     }
                 ]
             }
-        ]
     }
 }
 
index 545e101..b6c0fa8 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "classificators",
+                "name" : ["classificators"],
                 "index" : [-1, -1, 1],
                 "top_number" : 5,
                 "threshold" : 0.3,
                 "score_type" : "SIGMOID"
-            }
-        ],
-        "box" : [
+            },
+        "box" :
             {
-                "name" : "regressors",
+                "name" : ["regressors"],
                 "index" : [-1, -1, 1],
                 "box_type" : "ORIGIN_CENTER",
                 "box_order" : [1, 0, 3, 2],
@@ -70,6 +69,5 @@
                     }
                 }
             }
-        ]
     }
 }
index 887071e..86b7b3c 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "TFLite_Detection_PostProcess:2",
+                "name" : ["TFLite_Detection_PostProcess:2"],
                 "index" : [-1, 1],
                 "top_number" : 5,
                 "threshold" : 0.3,
                 "score_type" : "NORMAL"
-            }
-        ],
-        "box" : [
+            },
+        "box" :
             {
-               "name" : "TFLite_Detection_PostProcess",
+               "name" : ["TFLite_Detection_PostProcess"],
                "index" : [-1, -1, 1],
                "box_type" : "ORIGIN_LEFTTOP",
                "box_order" : [1, 0, 3, 2],
                "box_coordinate" : "RATIO",
                "decoding_type": "BYPASS"
-            }
-        ],
+            },
         "label" : [
             {
                 "name" : "TFLite_Detection_PostProcess:1",
index ee7f63c..6ff0696 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "conv2d_30",
+                "name" : ["conv2d_30"],
                 "index" : [-1, -1, -1, 1],
                 "top_number" : 1,
                 "threshold" : 0.3,
                 "score_type" : "SIGMOID"
-            }
-        ],
+            },
         "landmark" : [
             {
                 "name" : "conv2d_20",
index 0f2148c..2084df2 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "fanet8ss_inference/fully_connected_1/Sigmoid",
+                "name" : ["fanet8ss_inference/fully_connected_1/Sigmoid"],
                 "index" : [-1, -1, -1, -1],
                 "top_number" : 1,
                 "threshold" : 0.0,
                 "score_type" : "NORMAL"
-            }
-        ],
+            },
         "landmark" : [
             {
                 "name" : "fanet8ss_inference/fully_connected_1/Sigmoid",
index 68ee0e0..d9c59dd 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "softmax_tensor",
+                "name" : ["softmax_tensor"],
                 "index" : [-1, 1],
                 "top_number" : 5,
-                "threshold" : 0.6,
+                "threshold" : 0.0,
                 "score_type" : "NORMAL"
             }
-        ]
     }
 }
index 14f8b49..6ebf262 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "InceptionResnetV2/AuxLogits/Logits/BiasAdd",
+                "name" : ["InceptionResnetV2/AuxLogits/Logits/BiasAdd"],
                 "index" : [-1, 1],
                 "top_number" : 5,
                 "threshold" : 0.6,
                 "score_type" : "SIGMOID"
             }
-        ]
     }
 }
index 5dab9d1..efef0ef 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "InceptionV3/Predictions/Reshape_1",
+                "name" : ["InceptionV3/Predictions/Reshape_1"],
                 "index" : [-1, 1],
                 "top_number" : 5,
                 "threshold" : 0.6,
                 "score_type" : "NORMAL"
             }
-        ]
     }
 }
index cf3cd7e..4d8af3d 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "InceptionV4/Logits/Predictions",
+                "name" : ["InceptionV4/Logits/Predictions"],
                 "index" : [-1, 1],
                 "top_number" : 5,
                 "threshold" : 0.6,
                 "score_type" : "NORMAL"
             }
-        ]
     }
 }
index 276a1eb..6f5be94 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "output",
+                "name" : ["output"],
                 "index" : [-1, 1],
                 "top_number" : 5,
-                "threshold" : 0.6,
+                "threshold" : 0.0,
                 "score_type" : "SIGMOID"
             }
-        ]
     }
 }
index 5d7f436..04d5cf9 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "MobilenetV1/Predictions/Reshape_1",
+                "name" : ["MobilenetV1/Predictions/Reshape_1"],
                 "index" : [-1, 1],
                 "top_number" : 5,
-                "threshold" : 0.6,
+                "threshold" : 0.0,
                 "score_type" : "NORMAL"
             }
-        ]
     }
 }
index ccec8f9..0dc4c02 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "MobilenetV2/Predictions/Reshape_1",
+                "name" : ["MobilenetV2/Predictions/Reshape_1"],
                 "index" : [-1, 1],
                 "top_number" : 5,
-                "threshold" : 0.6,
+                "threshold" : 0.01,
                 "score_type" : "NORMAL"
             }
-        ]
     }
 }
index d26e6e6..ef2f3a8 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "final_layer/predictions",
+                "name" : ["final_layer/predictions"],
                 "index" : [-1, 1],
                 "top_number" : 5,
-                "threshold" : 0.6,
+                "threshold" : 0.0,
                 "score_type" : "NORMAL"
             }
-        ]
     }
 }
index 5bf1e69..fe85306 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "output",
+                "name" : ["output"],
                 "index" : [-1, 1],
                 "top_number" : 5,
                 "threshold" : 0.6,
                 "score_type" : "SIGMOID"
             }
-        ]
     }
 }
index 10339cd..7586b08 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "softmax_tensor",
+                "name" : ["softmax_tensor"],
                 "index" : [-1, 1],
                 "top_number" : 5,
-                "threshold" : 0.3,
+                "threshold" : 0.0,
                 "score_type" : "NORMAL"
             }
-        ]
     }
 }
index 9da6269..474062e 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "dense_3/Softmax",
+                "name" : ["dense_3/Softmax"],
                 "index" : [-1, 1],
                 "top_number" : 5,
                 "threshold" : 0.3,
                 "score_type" : "NORMAL"
             }
-        ]
     }
 }
index e8d2f9e..9b5cc10 100644 (file)
@@ -13,9 +13,9 @@
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "MobilenetV1/Predictions/Reshape_1",
+                "name" : ["MobilenetV1/Predictions/Reshape_1"],
                 "index" : [-1, 1],
                 "top_number" : 5,
                 "threshold" : 0.3,
@@ -27,6 +27,5 @@
                     }
                 ]
             }
-        ]
     }
 }
index 887071e..86b7b3c 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "TFLite_Detection_PostProcess:2",
+                "name" : ["TFLite_Detection_PostProcess:2"],
                 "index" : [-1, 1],
                 "top_number" : 5,
                 "threshold" : 0.3,
                 "score_type" : "NORMAL"
-            }
-        ],
-        "box" : [
+            },
+        "box" :
             {
-               "name" : "TFLite_Detection_PostProcess",
+               "name" : ["TFLite_Detection_PostProcess"],
                "index" : [-1, -1, 1],
                "box_type" : "ORIGIN_LEFTTOP",
                "box_order" : [1, 0, 3, 2],
                "box_coordinate" : "RATIO",
                "decoding_type": "BYPASS"
-            }
-        ],
+            },
         "label" : [
             {
                 "name" : "TFLite_Detection_PostProcess:1",
index 281e7fc..b8de7d2 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "raw_outputs/class_predictions",
+                "name" : ["raw_outputs/class_predictions"],
                 "index" : [-1, -1, 1],
                 "top_number" : 5,
                 "threshold" : 0.6,
                 "score_type" : "SIGMOID"
-            }
-        ],
-        "box" : [
+            },
+        "box" :
             {
-                "name" : "raw_outputs/box_encodings",
+                "name" : ["raw_outputs/box_encodings"],
                 "index" : [-1, -1, 1],
                 "box_type" : "ORIGIN_CENTER",
                 "box_order" : [1, 0, 3, 2],
@@ -70,6 +69,5 @@
                     }
                 }
             }
-        ]
     }
 }
index 84793b7..41f0275 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "Identity:0",
+                "name" : ["Identity:0"],
                 "index" : [-1, -1, 1],
                 "top_number" : 5,
                 "threshold" : 0.4,
                 "score_type" : "NORMAL"
-            }
-        ],
-        "box" : [
+            },
+        "box" :
             {
-                "name" : "Identity:0",
+                "name" : ["Identity:0"],
                 "index" : [-1, -1, 1],
                 "box_type" : "ORIGIN_CENTER",
                 "box_order" : [0, 1, 2, 3],
@@ -54,6 +53,5 @@
                     }
                 }
             }
-        ]
     }
 }
index 1b24378..a6718d5 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "Convolutional_Pose_Machine/stage_5_out",
+                "name" : ["Convolutional_Pose_Machine/stage_5_out"],
                 "index" : [-1, 1, 1, 1],
                 "top_number" : 1 ,
                 "threshold" : 0.3,
                 "score_type" : "NORMAL"
             }
-        ],
+        ,
         "landmark" : [
             {
                 "name" : "Convolutional_Pose_Machine/stage_5_out",
index 8fe48f0..f9bb128 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "MobilenetV1/heatmap_2/BiasAdd",
+                "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 f40c6ff..b88b670 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "Identity:0",
+                "name" : ["Identity:0"],
                 "index" : [-1, -1, -1, 1],
                 "top_number" : 1,
                 "threshold" : 0.5,
                 "score_type" : "NORMAL"
-            }
-        ],
+            },
         "landmark" : [
             {
                 "name" : "Identity:0",
index f40c6ff..b88b670 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "Identity:0",
+                "name" : ["Identity:0"],
                 "index" : [-1, -1, -1, 1],
                 "top_number" : 1,
                 "threshold" : 0.5,
                 "score_type" : "NORMAL"
-            }
-        ],
+            },
         "landmark" : [
             {
                 "name" : "Identity:0",
index bcbf9d0..9401491 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "StatefulPartitionedCall_0:0",
+                "name" : ["StatefulPartitionedCall_0:0"],
                 "index" : [-1, -1, -1, 1],
                 "top_number" : 1,
                 "threshold" : 0.5,
                 "score_type" : "NORMAL"
-            }
-        ],
+            },
         "landmark" : [
             {
                 "name" : "StatefulPartitionedCall_0:0",
index bcbf9d0..73ba052 100644 (file)
@@ -25,7 +25,7 @@
     {
         "score" : [
             {
-                "name" : "StatefulPartitionedCall_0:0",
+                "name" : ["StatefulPartitionedCall_0:0"],
                 "index" : [-1, -1, -1, 1],
                 "top_number" : 1,
                 "threshold" : 0.5,
index 5d22c4a..d45fdbe 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "Identity:0",
+                "name" : ["Identity:0"],
                 "index" : [-1, -1, -1, 1],
                 "top_number" : 1,
                 "threshold" : 0.5,
                 "score_type" : "NORMAL"
-            }
-        ],
+            },
         "landmark" : [
             {
                 "name" : "Identity:0",
index 5d22c4a..0577da6 100644 (file)
@@ -25,7 +25,7 @@
     {
         "score" : [
             {
-                "name" : "Identity:0",
+                "name" : ["Identity:0"],
                 "index" : [-1, -1, -1, 1],
                 "top_number" : 1,
                 "threshold" : 0.5,
index d28d5c7..96791de 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "StatefulPartitionedCall:0",
+                "name" : ["StatefulPartitionedCall:0"],
                 "index" : [-1, -1, -1, 1],
                 "top_number" : 1,
                 "threshold" : 0.5,
                 "score_type" : "NORMAL"
-            }
-        ],
+            },
         "landmark" : [
             {
                 "name" : "StatefulPartitionedCall:0",
index d28d5c7..96791de 100644 (file)
     },
     "outputmetadata" :
     {
-        "score" : [
+        "score" :
             {
-                "name" : "StatefulPartitionedCall:0",
+                "name" : ["StatefulPartitionedCall:0"],
                 "index" : [-1, -1, -1, 1],
                 "top_number" : 1,
                 "threshold" : 0.5,
                 "score_type" : "NORMAL"
-            }
-        ],
+            },
         "landmark" : [
             {
                 "name" : "StatefulPartitionedCall:0",