openvino-book / yolov8_openvino_cppView external linksLinks
YOLOv8 Inference C++ sample code based on OpenVINO C++ API
☆46May 7, 2023Updated 2 years ago
Alternatives and similar repositories for yolov8_openvino_cpp
Users that are interested in yolov8_openvino_cpp are comparing it to the libraries listed below
Sorting:
- YOLOv8 classification/object detection/Instance segmentation/Pose model OpenVINO inference sample code☆16May 14, 2023Updated 2 years ago
- 用OpenVINO对yolov8导出的onnx模型进行C++的推理, 任务包括图像分类, 目标识别和语义分割, 步骤包括图片前处理, 推理, NMS等☆76Apr 28, 2024Updated last year
- C++ inference of YOLOX/YOLOV5/YOLOV8/YOLOV9 for OpenVINO,Support float32、float16 and int8.☆70Mar 17, 2024Updated last year
- Official Code Repo for《OpenVINO工具套件权威指南》☆23Aug 9, 2025Updated 6 months ago
- yolov8seg 部署版本,便于移植不同平台(onnx、tensorRT、rknn、Horizon),全网部署最简单、速度最快的部署方式。☆11May 20, 2024Updated last year
- ☆13Oct 29, 2025Updated 3 months ago
- YOLOv5-seg implement in c# with onnxruntime☆19Apr 25, 2023Updated 2 years ago
- Converting YOLOv8 models to TensorRT of FP16 and INT8☆19Jan 14, 2024Updated 2 years ago
- "FastSAM_Awsome_Openvino" 项目展示了如何通过 OpenVINO 框架高效部署 FastSAM 模型,实现了令人瞩目的实例分割功能。该项目提供了 C++ 版本和 Python 版本两种实现,为开发者提供了在不同语言环境下使用 FastSAM 模型的选…☆36Dec 13, 2023Updated 2 years ago
- yolov8obb 旋转目标检测部署rknn的C++代码☆19Jul 16, 2024Updated last year
- ☆62May 25, 2024Updated last year
- simplest yolov8 segment onnx model infer in cpp using onnxruntime and opencv dnn net☆37Jun 7, 2023Updated 2 years ago
- At OpenVINO ™、 TensorRT, ONNX runtime, and OpenCV Dnn deployment platforms are based on C # language deployment models.☆69Sep 15, 2022Updated 3 years ago
- Example of using ultralytics YOLOv5 with Openvino in C++ and Python.☆65Mar 31, 2023Updated 2 years ago
- This repository will demostrate how to deploy a offical YOLOv7 pre-trained model with OpenVINO runtime api☆65Dec 26, 2023Updated 2 years ago
- 使用TensorRT加速YOLOv8-Seg,完整的后端框架,包括Http服务器,Mysql数据库,ffmpeg视频推流等。☆88Oct 9, 2023Updated 2 years ago
- ☆16May 28, 2024Updated last year
- ☆12May 16, 2024Updated last year
- based on the yolov8,provide pt-onnx-tensorrt transcode and infer code by c++☆57Oct 14, 2025Updated 4 months ago
- This sample shows how to use the OpenVINO C++ 2.0 API to deploy Paddle PP-OCRv3 model☆27Feb 6, 2025Updated last year
- Minimal PyTorch implementation of SOLOv2.☆14Jan 14, 2025Updated last year
- infer yolov8 with onnxruntime,tensorrt,openvino,etc.☆11Oct 28, 2025Updated 3 months ago
- 在Jetson AGX Xavier上部署yolov8-seg检测分割模型(带自适应低光照补偿)☆51Feb 24, 2025Updated 11 months ago
- ☆113Mar 11, 2024Updated last year
- Detectron2 Libtorch C++ faster rcnn☆13Aug 6, 2021Updated 4 years ago
- Object Detection and Instance Segmentation of yolov5 and yolov8 inference with onnxruntime☆13Jan 29, 2024Updated 2 years ago
- Implementation of YoLov5 in C++, To detect objects in a video (.mp4)☆15Aug 10, 2023Updated 2 years ago
- YOLOv8 model in ONNX☆11Sep 5, 2023Updated 2 years ago
- PP-OCRv5_OpenVINO is a demo project that demonstrates how to perform inference using the PP-OCRv5 model with OpenVINO.☆23Sep 15, 2025Updated 5 months ago
- YOLOv8 C++ Instance Segmentation, Pose Estimation and Object Detection with ONNX☆138May 9, 2024Updated last year
- Do the YOLOv5 model inference by OpenCV/OpenVINO based on onnx model format