summaryrefslogtreecommitdiff
path: root/meta-template/ic_squeezenet_224x224.json
diff options
context:
space:
mode:
authorTae-Young Chung <ty83.chung@samsung.com>2021-08-17 18:35:02 +0900
committerTae-Young Chung <ty83.chung@samsung.com>2021-08-18 12:19:12 +0900
commit230c3da7525c3ab337b214879f29aa9b44e43127 (patch)
treeaeff781ec03492c20ccff6ec29f562ff0fd874e2 /meta-template/ic_squeezenet_224x224.json
parent9e6b1c394f9aa236c57ee4624f19a19b39163472 (diff)
downloadmediavision-230c3da7525c3ab337b214879f29aa9b44e43127.tar.gz
mediavision-230c3da7525c3ab337b214879f29aa9b44e43127.tar.bz2
mediavision-230c3da7525c3ab337b214879f29aa9b44e43127.zip
Change inputmetadata's shape_type, data_type, color_space to string
Those metadata are user unfriendly and difficult to use because of a lack of decscription. They are changed to string and user can understand what they mean. The string values are parsed and converted to proper enumerations. Change-Id: Ia98f29790d68fe2bf2fb38e2e922cc0b9b4d80e4 Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
Diffstat (limited to 'meta-template/ic_squeezenet_224x224.json')
-rw-r--r--meta-template/ic_squeezenet_224x224.json4
1 files changed, 2 insertions, 2 deletions
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"
}
],