Internal change

PiperOrigin-RevId: 528517562
This commit is contained in:
Yuqi Li
2023-05-01 11:01:23 -07:00
committed by Copybara-Service
parent cab619f8da
commit 085f8265fb
7 changed files with 303 additions and 0 deletions
+47
View File
@@ -0,0 +1,47 @@
{
"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"
}