Reputation: 1
I want to add a new gesture to the hand landmark model of mediapipe and use it in my iphone app. Here is what I am doing:
But I get error:
INVALID_ARGUMENT: Invalid metadata schema version: expected M001, got {
The MidiaPipeTasksVision I am using: pod 'MediaPipeTasksVision', '0.10.14'
How to fix the prob.
Thanks,
James
I try to inspect the original hand_landmark.task file in the iphone app, and the task constains 2 tflite model, hand_detector and hand_landmarks_detector. There is no meta and handedness.txt.
Upvotes: 0
Views: 7