tensorrtx
tensorrtx copied to clipboard
Yolov8s.engine文件检测推理结果格式错误
Env
- Ubuntu 20.04
- Cuda 11.4
- TensorRT 8.2.3
About this repo
- which model? yolov8s
Your problem
- Hello, when I am testing the detection task with the generated yolov8s.engine file, the reasoning inference result that comes out only shows the prediction box and numeric labels, but not the category and confidence level, what should I do to solve it?
You need to modify the draw_bbox function https://github.com/wang-xinyu/tensorrtx/blob/47baebce6089b5a6ae1d6bacb7589bee8f619cd7/yolov8/src/postprocess.cpp#L120
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.