mediapipe/mediapipe/tasks/testdata/metadata/image_tensor_meta.json
Yuqi Li cbc7eb661b Add metadata_info.py for metadata writer.
PiperOrigin-RevId: 480146881
2022-10-10 12:13:46 -07:00

36 lines
698 B
JSON

{
"subgraph_metadata": [
{
"input_tensor_metadata": [
{
"name": "input",
"description": "The input tensor.",
"content": {
"content_properties_type": "ImageProperties",
"content_properties": {
}
},
"stats": {
"max": [
1.0
],
"min": [
0.0
]
},
"associated_files": [
{
"name": "labels.txt",
"locale": "en"
},
{
"name": "labels_cn.txt",
"locale": "cn"
}
]
}
]
}
]
}