ibaiGorordo / ONNX-YOLOv8-Object-Detection

Python scripts performing object detection using the YOLOv8 model in ONNX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any way to use tensorrt model??

muse1835 opened this issue · comments

Hi,

I want MIT license YOLOv8 models to use it on my project, and I'm new here.

  1. Can I use exported tensorRT YOLOv8 model with this codes?

  2. And, just out of curiosity, why did you use onnx?? Is it better than tensorRT model?