Open
Description
MediaPipe Solution (you are using)
mediapipe/tasks/c/vision/hand_landmarker
Programming language
C
Are you willing to contribute it
None
Describe the feature and the current behaviour/state
The current implementation does not support ImageFormat::GRAY8 format
Will this change the current API? How?
No
Who will benefit with this feature?
Everyone using it
Please specify the use cases for this feature
Using grayscale images will reduce the number of calculation necessary given the same amount of pixels. Moreover the grayscale image is immediately accessible from YUV888 without a costly conversion to RGB format first
Any Other info
No response