48 lines
1.0 KiB
JSON
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"
|
|
}
|