Skip to content

Deploy the YOLOv8 model for inference using OpenCV and TensorRT in C/C++.

Notifications You must be signed in to change notification settings

xiaohaoo/Yolo_TensorRT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yolov8 TensorRT

Deploy the YOLOV8 model for object detection using OpenCV and TensorRT.

Overview

img_1_detected

img_3_detected

Dependencies

  • CMAKE
  • Microsoft Visual Studio
  • CUDA: Only download the required runtime library.
  • OpenCV: Only download the required runtime library.

Installation

git clone git@github.com:xiaohaoo/Yolo_TensorRT.git

cd Yolo_TensorRT
cmake -DCMAKE_BUILD_TYPE:STRING=Release -B build -G "Visual Studio 16 2019" -A x64
cmake --build build --config Release --target install -j 22

# run app
cd build\output
.\yolo.exe

About

Deploy the YOLOv8 model for inference using OpenCV and TensorRT in C/C++.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published