You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
I0000 00:00:1723452022.269298 128911 gl_context_egl.cc:85] Successfully initialized EGL. Major : 1 Minor: 5
I0000 00:00:1723452022.272248 128942 gl_context.cc:357] GL version: 3.2 (OpenGL ES 3.2 Mesa 23.2.1-1ubuntu3.1~22.04.2), renderer: RENOIR (renoir, LLVM 15.0.7, DRM 3.42, 5.15.0-117-generic)
W0000 00:00:1723452022.273504 128911 image_tensor_specs.cc:248] TFLite model has more than 1 subgraphs. Use subrgaph 0 as the primary subgraph for inference
INFO: Created TensorFlow Lite XNNPACK delegate for CPU.
W0000 00:00:1723452022.295824 128943 inference_feedback_manager.cc:114] Feedback manager requires a model with a single signature inference. Disabling support for feedback tensors.
WARNING: Attempting to use a delegate that only supports static-sized tensors with a graph that has dynamic-sized tensors (tensor#911 is a dynamic-sized tensor)
The text was updated successfully, but these errors were encountered:
Could not get this working: https://colab.research.google.com/github/googlesamples/mediapipe/blob/main/examples/face_stylizer/python/face_stylizer.ipynb or the version on github: https://github.com/google-ai-edge/mediapipe-samples/blob/main/examples/face_stylizer/python/face_stylizer.ipynb (this has a broken wget link to the model). The error running example code on example image is pasted below. Ubuntu Linux. I had no problem running other mediapipe examples (facemesh etc).
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
I0000 00:00:1723452022.269298 128911 gl_context_egl.cc:85] Successfully initialized EGL. Major : 1 Minor: 5
I0000 00:00:1723452022.272248 128942 gl_context.cc:357] GL version: 3.2 (OpenGL ES 3.2 Mesa 23.2.1-1ubuntu3.1~22.04.2), renderer: RENOIR (renoir, LLVM 15.0.7, DRM 3.42, 5.15.0-117-generic)
W0000 00:00:1723452022.273504 128911 image_tensor_specs.cc:248] TFLite model has more than 1 subgraphs. Use subrgaph 0 as the primary subgraph for inference
INFO: Created TensorFlow Lite XNNPACK delegate for CPU.
W0000 00:00:1723452022.295824 128943 inference_feedback_manager.cc:114] Feedback manager requires a model with a single signature inference. Disabling support for feedback tensors.
WARNING: Attempting to use a delegate that only supports static-sized tensors with a graph that has dynamic-sized tensors (tensor#911 is a dynamic-sized tensor)
The text was updated successfully, but these errors were encountered: