Files
mediapipe/mediapipe/tasks/testdata/metadata/face_stylizer.json
T
Yuqi LiandCopybara-Service 085f8265fb Internal change
PiperOrigin-RevId: 528517562
2023-05-01 11:01:23 -07:00

48 lines
1.0 KiB
JSON

{
"name": "FaceStylizer",
"description": "Performs face stylization on images.",
"subgraph_metadata": [
{
"input_tensor_metadata": [
{
"name": "image",
"description": "Input image to be processed.",
"content": {
"content_properties_type": "ImageProperties",
"content_properties": {
"color_space": "RGB"
}
},
"process_units": [
{
"options_type": "NormalizationOptions",
"options": {
"mean": [
0.0
],
"std": [
255.0
]
}
}
],
"stats": {
"max": [
1.0
],
"min": [
0.0
]
}
}
],
"output_tensor_metadata": [
{
"name": "PartitionedCall:0"
}
]
}
],
"min_parser_version": "1.0.0"
}