Skip to content

xiaocao-tian/yolov8_onnx_tensorrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

YOLOv8

The Pytorch implementation is ultralytics/ultralytics

Requirements

CUDA 11.8
CUDNN 8.8.x
TensorRT 8.6
OpenCV 4.8.0

How to Run, yolov8s as example

  1. generate .onnx from pytorch with .pt
  2. Open ONNX2TensorRT project and run it
  3. Open yolov8 project and run it

INT8 Quantization

set the macro USE_INT8 in config.h and make serialize the model and test

转载请注明出处

About

pt --> onnx --> tensorrt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published