MediaPipeUnityPlugin
MediaPipeUnityPlugin copied to clipboard
Could not find type "type.googleapis.com/mediapipe.FaceGeometryEnvGeneratorCalculatorOptions"
Plugin Version or Commit ID
v0.14.3
Unity Version
2022.3.16f1
Your Host OS
Window 10
Target Platform
UnityEditor
Description
I am trying to make the face effect in unity. It log the error when i parse the config asset https://github.com/google-ai-edge/mediapipe/blob/master/mediapipe/graphs/face_effect/face_effect_gpu.pbtxt.
Code to Reproduce the issue
No response
Additional Context
No response
To use FaceEffect, you need to add the necessary bazel target to the deps, and rebuild it yourself.
However, since it does not seem to be officially supported, if you actually want to do it, I think it would be better to use the transformation matrix obtained from the Face Landmarker and implement it yourself.