Implementing YOLOv8 object detection using OpenVINO for efficient and accurate real-time inference.
| Dependency | Version |
|---|---|
| OpenVINO | 2023.3 |
| OpenCV | >=4.5.0 |
| C++ | >=14 |
| CMake | >=3.12.0 |
git clone https://github.com/rlggyp/YOLOv8-OpenVINO-CPP-Inference.git
cd YOLOv8-OpenVINO-CPP-Inference/yolov8
mkdir build
cd build
cmake ..
make
./detect <model_path.onnx> <image_path.jpg>Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.