TexasInstruments / edgeai-yolov5

YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite. Forked from https://ultralytics.com/yolov5
https://github.com/TexasInstruments/edgeai
GNU General Public License v3.0
644 stars 120 forks source link

bbox and points seem not correct after running yolo_pose_onnx_inference.py #126

Open f1ynng8 opened 6 months ago

f1ynng8 commented 6 months ago

❔Question

I run below command, and it generated the result image, but the bbox and points seem not correct.

python yolo_pose_onnx_inference.py --model-path ../weights/yolov5s6_pose_640_ti_lite_54p9_82p2.onnx --img-path "sample_ips.txt" --dst-path "sample_ops_onnxrt"   

image