mediapipe
mediapipe copied to clipboard
Convert a tflite file into a task file
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