Wanli
Update handpose estimation model from MediaPipe (2023feb) (#133)
50fc340
|
raw
history blame
1.28 kB

Palm detector from MediaPipe Handpose

This model detects palm bounding boxes and palm landmarks, and is converted from TFLite to ONNX using following tools:

Note:

Demo

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

# get help regarding various parameters
python demo.py --help

Example outputs

webcam demo

License

All files in this directory are licensed under Apache 2.0 License.

Reference