ibaiGorordo / ONNX-YOLOv8-Object-Detection

Python scripts performing object detection using the YOLOv8 model in ONNX.
MIT License
369 stars 93 forks source link

Is there any way to use tensorrt model?? #22

Open muse1835 opened 7 months ago

muse1835 commented 7 months ago

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?