asus4 / tf-lite-unity-sample

TensorFlow Lite Samples on Unity
861 stars 252 forks source link

Unable to support TensorFlow Lite Task Library model? #306

Closed psiydown closed 1 year ago

psiydown commented 1 year ago

Hope to enhance support for Mediapipe latest "pose landmarker.task", ["face landmarker.task"](https://storage.googleapis.com/mediapipe-models/face_landmarker/face_landmarker/float16/latest/face_landmarker.task), "hand_ Landmarker.task" model.

psiydown commented 1 year ago

After decompressing 'face_ landmarker.task' there are three model files. How do use 'face_blendshapes.tflite' to get blendshapes in Unity?

asus4 commented 1 year ago

@psiydown Please refer to MediaPipe's official documentation for the input/output of the model

psiydown commented 1 year ago

@asus4 Thank you. Do you plan to support the blendshapes model for 'tf-lite-unity-sample'?

asus4 commented 1 year ago

@psiydown No. I ensure it works as I've tried it in my commission work. But I can not share the code here 😅 Open to merging PR when you implement it.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.