This model estimates 21 hand keypoints per detected hand from palm detector. (The image below is referenced from MediaPipe Hands Keypoints)
This model is converted from Tensorflow-JS to ONNX using following tools:
Run the following commands to try the demo:
# detect on camera input python demo.py # detect on an image python demo.py -i /path/to/image
All files in this directory are licensed under Apache 2.0 License.