summaryrefslogtreecommitdiff
path: root/meta-template
diff options
context:
space:
mode:
Diffstat (limited to 'meta-template')
-rw-r--r--meta-template/README.md6
-rw-r--r--meta-template/fd_blazeface_front_128x128.json4
-rw-r--r--meta-template/fd_mobilenet_v1_ssd_postop_300x300.json4
-rw-r--r--meta-template/fld_mediapipe_192x192.json4
-rw-r--r--meta-template/fld_tweakcnn_128x128.json4
-rw-r--r--meta-template/ic_densenet_224x224.json4
-rw-r--r--meta-template/ic_inception_resnet_v2_299x299.json4
-rw-r--r--meta-template/ic_inception_v3_299x299.json4
-rw-r--r--meta-template/ic_inception_v4_299x299.json4
-rw-r--r--meta-template/ic_mnasnet_224x224.json4
-rw-r--r--meta-template/ic_mobilenet_v1_224x224.json4
-rw-r--r--meta-template/ic_mobilenet_v2_224x224.json4
-rw-r--r--meta-template/ic_nasnet_224x224.json4
-rw-r--r--meta-template/ic_resnet_v2_299x299.json4
-rw-r--r--meta-template/ic_squeezenet_224x224.json4
-rw-r--r--meta-template/image-classification-001-meta.json4
-rw-r--r--meta-template/image-classification-quant-001-meta.json4
-rw-r--r--meta-template/od_mobilenet_v1_ssd_postop_300x300.json4
-rw-r--r--meta-template/od_mobilenet_v2_ssd_320x320.json4
-rw-r--r--meta-template/pld_cpm_192x192.json4
-rw-r--r--meta-template/pld_mobilenet_v1_posenet_multi_257x257.json4
21 files changed, 43 insertions, 43 deletions
diff --git a/meta-template/README.md b/meta-template/README.md
index 1e31cfce..f7fda1e2 100644
--- a/meta-template/README.md
+++ b/meta-template/README.md
@@ -11,9 +11,9 @@ The Meta file consists of 1) inputmetadata and 2) outputmetadata. For example, a
"tensor_info" : [
{
"name" : "input_2",
- "shape_type" : 1,
+ "shape_type" : "NHWC",
"shape_dims" : [ 1, 224, 224, 3],
- "data_type" : 0,
+ "data_type" : "FLOAT32",
"color_space" : "RGB888"
}
],
@@ -47,7 +47,7 @@ In the classification meta file, the `inputmetadata` includes
`tensor_info` which has knowledge of an input tensor such as
- `name`: name to an input tensor
-- `shape_type`: shape type of the input tensor on `NCHW = 0` and `NHWC = 1`
+- `shape_type`: shape type of the input tensor on `NCHW` and `NHWC`
- `shape_dims`: shape dimensions based on the `shape_type`
- `data_type`: data type of the input tensor on `MV_INFERENCE_DATA_FLOAT32 = 0` and `MV_INFERENCE_DATA_UINT8 = 1`
- `color_space`: color space of the input tensor.
diff --git a/meta-template/fd_blazeface_front_128x128.json b/meta-template/fd_blazeface_front_128x128.json
index 4c94a035..a7c80413 100644
--- a/meta-template/fd_blazeface_front_128x128.json
+++ b/meta-template/fd_blazeface_front_128x128.json
@@ -4,9 +4,9 @@
"tensor_info" : [
{
"name" : "input",
- "shape_type" : 1,
+ "shape_type" : "NHWC",
"shape_dims" : [ 1, 128, 128, 3],
- "data_type" : 0,
+ "data_type" : "FLOAT32",
"color_space" : "RGB888"
}
],
diff --git a/meta-template/fd_mobilenet_v1_ssd_postop_300x300.json b/meta-template/fd_mobilenet_v1_ssd_postop_300x300.json
index e9aa00b4..75b5d652 100644
--- a/meta-template/fd_mobilenet_v1_ssd_postop_300x300.json
+++ b/meta-template/fd_mobilenet_v1_ssd_postop_300x300.json
@@ -4,9 +4,9 @@
"tensor_info" : [
{
"name" : "normalized_input_image_tensor",
- "shape_type" : 1,
+ "shape_type" : "NHWC",
"shape_dims" : [ 1, 300, 300, 3],
- "data_type" : 0,
+ "data_type" : "FLOAT32",
"color_space" : "RGB888"
}
],
diff --git a/meta-template/fld_mediapipe_192x192.json b/meta-template/fld_mediapipe_192x192.json
index 562fb777..ad266a8c 100644
--- a/meta-template/fld_mediapipe_192x192.json
+++ b/meta-template/fld_mediapipe_192x192.json
@@ -4,9 +4,9 @@
"tensor_info" : [
{
"name" : "input",
- "shape_type" : 1,
+ "shape_type" : "NHWC",
"shape_dims" : [ 1, 192, 192, 3],
- "data_type" : 0,
+ "data_type" : "FLOAT32",
"color_space" : "RGB888"
}
],
diff --git a/meta-template/fld_tweakcnn_128x128.json b/meta-template/fld_tweakcnn_128x128.json
index 7d8b48f2..0c30ad3d 100644
--- a/meta-template/fld_tweakcnn_128x128.json
+++ b/meta-template/fld_tweakcnn_128x128.json
@@ -4,9 +4,9 @@
"tensor_info" : [
{
"name" : "Placeholder",
- "shape_type" : 1,
+ "shape_type" : "NHWC",
"shape_dims" : [ 1, 128, 128, 3],
- "data_type" : 0,
+ "data_type" : "FLOAT32",
"color_space" : "RGB888"
}
],
diff --git a/meta-template/ic_densenet_224x224.json b/meta-template/ic_densenet_224x224.json
index 9a69d011..3e693930 100644
--- a/meta-template/ic_densenet_224x224.json
+++ b/meta-template/ic_densenet_224x224.json
@@ -4,9 +4,9 @@
"tensor_info" : [
{
"name" : "Placeholder",
- "shape_type" : 1,
+ "shape_type" : "NHWC",
"shape_dims" : [ 1, 224, 224, 3],
- "data_type" : 0,
+ "data_type" : "FLOAT32",
"color_space" : "RGB888"
}
],
diff --git a/meta-template/ic_inception_resnet_v2_299x299.json b/meta-template/ic_inception_resnet_v2_299x299.json
index 87d87da6..34d934ac 100644
--- a/meta-template/ic_inception_resnet_v2_299x299.json
+++ b/meta-template/ic_inception_resnet_v2_299x299.json
@@ -4,9 +4,9 @@
"tensor_info" : [
{
"name" : "input",
- "shape_type" : 1,
+ "shape_type" : "NHWC",
"shape_dims" : [ 1, 299, 299, 3],
- "data_type" : 0,
+ "data_type" : "FLOAT32",
"color_space" : "RGB888"
}
],
diff --git a/meta-template/ic_inception_v3_299x299.json b/meta-template/ic_inception_v3_299x299.json
index 7c2ef9f6..6e8c3f27 100644
--- a/meta-template/ic_inception_v3_299x299.json
+++ b/meta-template/ic_inception_v3_299x299.json
@@ -4,9 +4,9 @@
"tensor_info" : [
{
"name" : "input",
- "shape_type" : 1,
+ "shape_type" : "NHWC",
"shape_dims" : [ 1, 299, 299, 3],
- "data_type" : 0,
+ "data_type" : "FLOAT32",
"color_space" : "RGB888"
}
],
diff --git a/meta-template/ic_inception_v4_299x299.json b/meta-template/ic_inception_v4_299x299.json
index 8cd3f47e..4d31be40 100644
--- a/meta-template/ic_inception_v4_299x299.json
+++ b/meta-template/ic_inception_v4_299x299.json
@@ -4,9 +4,9 @@
"tensor_info" : [
{
"name" : "input",
- "shape_type" : 1,
+ "shape_type" : "NHWC",
"shape_dims" : [ 1, 299, 299, 3],
- "data_type" : 0,
+ "data_type" : "FLOAT32",
"color_space" : "RGB888"
}
],
diff --git a/meta-template/ic_mnasnet_224x224.json b/meta-template/ic_mnasnet_224x224.json
index 83938df6..e7eecf43 100644
--- a/meta-template/ic_mnasnet_224x224.json
+++ b/meta-template/ic_mnasnet_224x224.json
@@ -4,9 +4,9 @@
"tensor_info" : [
{
"name" : "input",
- "shape_type" : 1,
+ "shape_type" : "NHWC",
"shape_dims" : [ 1, 224, 224, 3],
- "data_type" : 0,
+ "data_type" : "FLOAT32",
"color_space" : "RGB888"
}
],
diff --git a/meta-template/ic_mobilenet_v1_224x224.json b/meta-template/ic_mobilenet_v1_224x224.json
index 2599d8c0..c68f1464 100644
--- a/meta-template/ic_mobilenet_v1_224x224.json
+++ b/meta-template/ic_mobilenet_v1_224x224.json
@@ -4,9 +4,9 @@
"tensor_info" : [
{
"name" : "input",
- "shape_type" : 1,
+ "shape_type" : "NHWC",
"shape_dims" : [ 1, 224, 224, 3],
- "data_type" : 0,
+ "data_type" : "FLOAT32",
"color_space" : "RGB888"
}
],
diff --git a/meta-template/ic_mobilenet_v2_224x224.json b/meta-template/ic_mobilenet_v2_224x224.json
index c0c976b7..c2bee18f 100644
--- a/meta-template/ic_mobilenet_v2_224x224.json
+++ b/meta-template/ic_mobilenet_v2_224x224.json
@@ -4,9 +4,9 @@
"tensor_info" : [
{
"name" : "input",
- "shape_type" : 1,
+ "shape_type" : "NHWC",
"shape_dims" : [ 1, 224, 224, 3],
- "data_type" : 0,
+ "data_type" : "FLOAT32",
"color_space" : "RGB888"
}
],
diff --git a/meta-template/ic_nasnet_224x224.json b/meta-template/ic_nasnet_224x224.json
index 8448561b..32769db1 100644
--- a/meta-template/ic_nasnet_224x224.json
+++ b/meta-template/ic_nasnet_224x224.json
@@ -4,9 +4,9 @@
"tensor_info" : [
{
"name" : "input",
- "shape_type" : 1,
+ "shape_type" : "NHWC",
"shape_dims" : [ 1, 224, 224, 3],
- "data_type" : 0,
+ "data_type" : "FLOAT32",
"color_space" : "RGB888"
}
],
diff --git a/meta-template/ic_resnet_v2_299x299.json b/meta-template/ic_resnet_v2_299x299.json
index 865652cd..8e6f7237 100644
--- a/meta-template/ic_resnet_v2_299x299.json
+++ b/meta-template/ic_resnet_v2_299x299.json
@@ -4,9 +4,9 @@
"tensor_info" : [
{
"name" : "input",
- "shape_type" : 1,
+ "shape_type" : "NHWC",
"shape_dims" : [ 1, 299, 299, 3],
- "data_type" : 0,
+ "data_type" : "FLOAT32",
"color_space" : "RGB888"
}
],
diff --git a/meta-template/ic_squeezenet_224x224.json b/meta-template/ic_squeezenet_224x224.json
index fdf00e2f..b0e8f348 100644
--- a/meta-template/ic_squeezenet_224x224.json
+++ b/meta-template/ic_squeezenet_224x224.json
@@ -4,9 +4,9 @@
"tensor_info" : [
{
"name" : "Placeholder",
- "shape_type" : 1,
+ "shape_type" : "NHWC",
"shape_dims" : [ 1, 224, 224, 3],
- "data_type" : 0,
+ "data_type" : "FLOAT32",
"color_space" : "RGB888"
}
],
diff --git a/meta-template/image-classification-001-meta.json b/meta-template/image-classification-001-meta.json
index 151908c8..a89bc97a 100644
--- a/meta-template/image-classification-001-meta.json
+++ b/meta-template/image-classification-001-meta.json
@@ -4,9 +4,9 @@
"tensor_info" : [
{
"name" : "input_2",
- "shape_type" : 1,
+ "shape_type" : "NHWC",
"shape_dims" : [ 1, 224, 224, 3],
- "data_type" : 0,
+ "data_type" : "FLOAT32",
"color_space" : "RGB888"
}
],
diff --git a/meta-template/image-classification-quant-001-meta.json b/meta-template/image-classification-quant-001-meta.json
index 9a44eab1..1936dbda 100644
--- a/meta-template/image-classification-quant-001-meta.json
+++ b/meta-template/image-classification-quant-001-meta.json
@@ -4,9 +4,9 @@
"tensor_info" : [
{
"name" : "input",
- "shape_type" : 1,
+ "shape_type" : "NHWC",
"shape_dims" : [ 1, 224, 224, 3],
- "data_type" : 1,
+ "data_type" : "UNIT8",
"color_space" : "RGB888"
}
]
diff --git a/meta-template/od_mobilenet_v1_ssd_postop_300x300.json b/meta-template/od_mobilenet_v1_ssd_postop_300x300.json
index e9aa00b4..75b5d652 100644
--- a/meta-template/od_mobilenet_v1_ssd_postop_300x300.json
+++ b/meta-template/od_mobilenet_v1_ssd_postop_300x300.json
@@ -4,9 +4,9 @@
"tensor_info" : [
{
"name" : "normalized_input_image_tensor",
- "shape_type" : 1,
+ "shape_type" : "NHWC",
"shape_dims" : [ 1, 300, 300, 3],
- "data_type" : 0,
+ "data_type" : "FLOAT32",
"color_space" : "RGB888"
}
],
diff --git a/meta-template/od_mobilenet_v2_ssd_320x320.json b/meta-template/od_mobilenet_v2_ssd_320x320.json
index 6574f700..826640c9 100644
--- a/meta-template/od_mobilenet_v2_ssd_320x320.json
+++ b/meta-template/od_mobilenet_v2_ssd_320x320.json
@@ -4,9 +4,9 @@
"tensor_info" : [
{
"name" : "normalized_input_image_tensor",
- "shape_type" : 1,
+ "shape_type" : "NHWC",
"shape_dims" : [ 1, 320, 320, 3],
- "data_type" : 0,
+ "data_type" : "FLOAT32",
"color_space" : "RGB888"
}
],
diff --git a/meta-template/pld_cpm_192x192.json b/meta-template/pld_cpm_192x192.json
index e4f573bc..3bee725a 100644
--- a/meta-template/pld_cpm_192x192.json
+++ b/meta-template/pld_cpm_192x192.json
@@ -4,9 +4,9 @@
"tensor_info" : [
{
"name" : "image",
- "shape_type" : 1,
+ "shape_type" : "NHWC",
"shape_dims" : [ 1, 192, 192, 3],
- "data_type" : 0,
+ "data_type" : "FLOAT32",
"color_space" : "RGB888"
}
],
diff --git a/meta-template/pld_mobilenet_v1_posenet_multi_257x257.json b/meta-template/pld_mobilenet_v1_posenet_multi_257x257.json
index 1d69c7a1..44b942c2 100644
--- a/meta-template/pld_mobilenet_v1_posenet_multi_257x257.json
+++ b/meta-template/pld_mobilenet_v1_posenet_multi_257x257.json
@@ -4,9 +4,9 @@
"tensor_info" : [
{
"name" : "sub_2",
- "shape_type" : 1,
+ "shape_type" : "NHWC",
"shape_dims" : [ 1, 257, 257, 3],
- "data_type" : 0,
+ "data_type" : "FLOAT32",
"color_space" : "RGB888"
}
],