google-ai-edge / mediapipe

Cross-platform, customizable ML solutions for live and streaming media.
https://mediapipe.dev
Apache License 2.0
26.71k stars 5.08k forks source link

How to convert a tflite file to mediapipe supported task file #5532

Open janaki112 opened 1 month ago

janaki112 commented 1 month ago

This template is for miscellaneous issues not covered by the other issue categories

For questions on how to work with MediaPipe, or support for problems that are not verified bugs in MediaPipe, please go to StackOverflow and Slack communities.

If you are reporting a vulnerability, please use the dedicated reporting process.

Hi I'm trying to convert my tflite model to mediapipe task , can you please help me with this? Thanks

kuaashish commented 1 month ago

Hi @janaki112,

Please allow us a couple of days to provide an update on this, We will come back with this.

Thank you!!

janaki112 commented 1 month ago

Sure @kuaashish.

kuaashish commented 1 month ago

Hi @janaki112,

I apologize for the delayed response. All conversions from TFLite to tasks can be found here: MediaPipe Metadata Writers. Could you please check and let us know if you need any further assistance from us?

Thank you!!

janaki112 commented 1 month ago

Hi @kuaashish , Yeah I understand but to convert a tflite model to task file , one need to run all the dependent files and most of them are not python files they are in .fb format? can you please help me with this?