trancongman276 / yolov7-pose

Pose Detection based on YoloV7 deployed on ONNXRuntime
23 stars 4 forks source link

Pose Detection base on Yolov7 Deploy ONNX

The original of this project is Yolov7

input.jpg

result.jpg

Install

Download model weight yolov7-w6-pose-nms.onnx and put it in ./weights.

Install required packages:

pip install -r requirements.txt

Note: This environment will allow you to inference on CPU. In case you want to inference on GPU, install onnxruntime-gpu instead.

Run

python run.py --input_path input.jpg --output_path results

License

Follow license of ONNX, Yolov7.