mediapipe icon indicating copy to clipboard operation
mediapipe copied to clipboard

Convert a tflite file into a task file

Open B1llyn0m4t35 opened this issue 6 months ago • 2 comments

Have I written custom code (as opposed to using a stock example script provided in MediaPipe)

None

OS Platform and Distribution

Windows 11

MediaPipe Tasks SDK version

No response

Task name (e.g. Image classification, Gesture recognition etc.)

Gesture recognition

Programming Language and version (e.g. C++, Python, Java)

Python

Describe the actual behavior

I used this project https://github.com/kinivi/hand-gesture-recognition-mediapipe and I got a dataset of landmarks coordinates instead of a dataset of images to train the model. Then I obtained a .tflite file but I need a .task file

Describe the expected behaviour

I need to obtain a .task file, the model bundle with all the necessary models for hand detection, canned gesture classification, and customized gesture classification.

Standalone code/steps you may have used to try to get what you need

No code

Other info / Complete Logs


B1llyn0m4t35 avatar Jun 04 '25 18:06 B1llyn0m4t35