ytfeng's picture
Add the missing yaml config for quantizing MP-PalmDet and improve quantized MP-PalmDet (#60)
83c563e
|
raw
history blame
991 Bytes

Palm detector from MediaPipe Handpose

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

Also note that the model is quantized in per-channel mode with Intel's neural compressor, which gives better accuracy but may lose some speed.

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

Example outputs

webcam demo

License

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

Reference