Mediapipe: Running real-time hand tracking model in EdgeTPU

Created on 3 Feb 2020  路  12Comments  路  Source: google/mediapipe

Hi there,

Amazing work on realtime hand-tracking!

Do you have a future plan to provide quantized tflite models to run on EdgeTPU as well? I really want to try out the model on an edge device like raspberry pi with Coral TPU.

Thanks!

Most helpful comment

any updates on this!?

All 12 comments

Hi, thank you for trying out and good question. We did tried to quantize the models (detector and landmark model), though that part is easy, it turned out the deconv in the detector isn't supported on Coral TPU. We plan to retrain the model without the unsupported op in the near future. But the exact timeline isn't determined yet.

Is It an upsampling or a transposed conv ops (deconv) issue? See also https://github.com/google-coral/edgetpu/issues/31

/cc @warmthless

@fanzhanggoogle Have you tried to give a pass with the new compiler? Check https://github.com/google-coral/edgetpu/issues/45

any news on this?

Thanks for responding and I am glad to hear you guys have plans to do it. I will keep an eye on the updates.

Thanks again for the great efforts!

any updates on this!?

Still no news on the quantized hand models? As somebody who as invested a great deal of time working on a open source project based on the hand models I will really appreciate having those to resume my efforts.

I'd love a tflite 8-bit quantization of the hand tracking model as well. Any update on this?

@fanzhanggoogle Hi, are you planning to share the source code for those trained models? So we can use the source code to quantize those models by ourselves? Thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

suyashjoshi picture suyashjoshi  路  3Comments

AlexYiningLiu picture AlexYiningLiu  路  3Comments

Choons picture Choons  路  4Comments

baocareos picture baocareos  路  5Comments

elblogbruno picture elblogbruno  路  4Comments