MediaPipeUnityPlugin icon indicating copy to clipboard operation
MediaPipeUnityPlugin copied to clipboard

Could not find type "type.googleapis.com/mediapipe.FaceGeometryEnvGeneratorCalculatorOptions"

Open fathole opened this issue 1 year ago • 1 comments

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.

FaceEffect

Code to Reproduce the issue

No response

Additional Context

No response

fathole avatar May 24 '24 06:05 fathole

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.

homuler avatar May 27 '24 13:05 homuler