🚀🚀🚀 YOLO series of PaddlePaddle implementation, PP-YOLOE+, RT-DETR, YOLOv5, YOLOv6, YOLOv7, YOLOv8, YOLOv10, YOLOX, YOLOv5u, YOLOv7u, YOLOv6Lite, RTMDet and so on. 🚀🚀🚀
OS:macOS-13.1-x86_64-i386-64bit
paddlepaddle:2.4.1
Paddleyolo :2.6
Python 3.10.9
NO GPU
Bug描述确认 Bug description confirmation
[X] 我确认已经提供了Bug复现步骤、代码改动说明、以及环境信息,确认问题是可以复现的。I confirm that the bug replication steps, code change instructions, and environment information have been provided, and the problem can be reproduced.
问题确认 Search before asking
Bug组件 Bug Component
Inference
Bug描述 Describe the Bug
model_name='yolov8' job_name='yolov8_x_500e_coco'
config=f'configs/{model_name}/{job_name}.yml' weights=f'../pretrain/{job_name}.pdparams'
%run tools/infer.py -c {config} -o weights={weights} use_gpu=false --infer_img=demo/000000014439_640x640.jpg --draw_threshold=0.5
复现环境 Environment
OS:macOS-13.1-x86_64-i386-64bit paddlepaddle:2.4.1 Paddleyolo :2.6 Python 3.10.9 NO GPU
Bug描述确认 Bug description confirmation
是否愿意提交PR? Are you willing to submit a PR?