kazuhitoyokoi / node-red-contrib-tensorflow

Apache License 2.0
22 stars 7 forks source link

Gesture Label in MediaPipe Handpose Model #1

Closed guillad closed 4 years ago

guillad commented 4 years ago

REQUEST:


Hi kazuhitoyokoi, Awesome work! keep on the good stuff:-)

As for theM ediaPipe Handpose Model, I believe that gesture-recognition, like in here and here is a MAJOR added value, to the existing X,Y coordinates.

From this blog, it looks like the Gesture Recognizer is already implemented in TFlite. Is it Doable? Thanks!

image

kazuhitoyokoi commented 4 years ago

@guillad I'm glad to hear your comment! This module is based on Pre-trained TensorFlow.js models. Unfortunately, there is no gesture recognizer in the original repository. When the original repository supports the gesture recognizer, we will be able to support it in the handpose node soon. :)