8-bit quantized models for the hand tracking #3388
Labels
legacy:hands
Hand tracking/gestures/etc
platform:python
MediaPipe Python issues
stat:awaiting googler
Waiting for Google Engineer's Response
type:feature
Enhancement in the New Functionality or Request for a New Solution
Please make sure that this is a feature request.
System information (Please provide as much relevant information as possible)
I think MediaPipe hand tracking is a highly efficient ML solution that runs in real-time.
Becasue the hand tracking is the 32-bit floating type ML model,
I have to use the GPU delegate supporting the 32-bit floating computation to accelerate the hand tracking on edge device.
(I know that there are only 32-bit floating point models for MediaPipe ML solutions except for object detection and face detection)
However, GPU is very expensive and the edge devices have limited resource and computational power.
So we need to use the NPU delegate for the edge devices, and almost of NPU (ex. Edge TPU and Hexagon NPU) require a fully 8-bit quantized model as the input.
Do you have a plan to release the fully 8-bit quantized models for hand tracking (palm and hand landmark)?
Thank you.
The text was updated successfully, but these errors were encountered: