Skip to content

Implementing YOLOv8 object detection using OpenVINO for efficient and accurate real-time inference in C++.

License

Notifications You must be signed in to change notification settings

rlggyp/YOLOv8-OpenVINO-CPP-Inference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YOLOv8 OpenVINO Inference C++

Implementing YOLOv8 object detection using OpenVINO for efficient and accurate real-time inference.

Dependencies

Dependency Version
OpenVINO 2023.3
OpenCV >=4.5.0
C++ >=14
CMake >=3.12.0

Model Conversion Resources

Build

git clone https://github.com/rlggyp/YOLOv8-OpenVINO-CPP-Inference.git
cd YOLOv8-OpenVINO-CPP-Inference/yolov8

mkdir build
cd build
cmake ..
make

Usage

./detect <model_path.onnx> <image_path.jpg>

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Implementing YOLOv8 object detection using OpenVINO for efficient and accurate real-time inference in C++.

Topics

Resources

License

Stars

Watchers

Forks