Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.31 KB

File metadata and controls

35 lines (23 loc) · 1.31 KB

Person detector from MediaPipe Pose

This model detects upper body and full body keypoints of a person, and is downloaded from https://github.com/PINTO0309/PINTO_model_zoo/blob/main/053_BlazePose/20_densify_pose_detection/download.sh or converted from TFLite to ONNX using following tools:

SSD Anchors are generated from GenMediaPipePalmDectionSSDAnchors

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 -v

# 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