triple-Mu / YOLOv8-TensorRT

YOLOv8 using TensorRT accelerate !
MIT License
1.23k stars 210 forks source link

win平台编译成功后,执行exe报错:未找到插件 #224

Closed Gavin-Zhp closed 1 month ago

Gavin-Zhp commented 1 month ago

error

CUDA:11.8 TensorRT:TensorRT-8.6.1.6 OpenCV:4.8

triple-Mu commented 1 month ago

error

CUDA:11.8

TensorRT:TensorRT-8.6.1.6

OpenCV:4.8

看上去是您使用tensorrtx导出的engine用本项目推理了。 你需要使用export_det.py来导出onnx模型,然后用trtexec转换后得到的engine才可以推理

Gavin-Zhp commented 1 month ago

@triple-Mu 可以正常工作了,感谢你的解答

11

triple-Mu commented 1 month ago

好的,issue就关闭了😁