Closed cm-yamamoto-hiroki closed 4 years ago
The result was like this image. You can see the landmarks on the second and third hands (not on the first and 4th ones).
I've resolved this issue. I changed the InputStreamHandler of TfLiteInferenceCalculator from FixedSizeInputStreamHandler to DefaultInputStreamHandler.
In mediapipe\mediapipe\calculators\tflite\tflite_inference_calculator.cc 318:
// Assign this calculator's default InputStreamHandler.
- cc->SetInputStreamHandler("FixedSizeInputStreamHandler");
+ cc->SetInputStreamHandler("DefaultInputStreamHandler");
Marking resolved, thanks for the update!
Hello, how can I detect the landmark sets for more than 2 hands using Multi Hand Tracking? I could receive only 2 landmark sets.