YOLOv10-OpenVINO-CPP-Inference

YOLOv10 detector

An open-source C++ implementation of YOLOv10 object detection using OpenVINO for real-time inference.

YOLOv10 C++ implementation using OpenVINO for efficient and accurate real-time object detection.

GitHub

58 stars
4 watching
5 forks
Language: C++
last commit: 4 months ago
Linked from 1 awesome list

cppobject-detectionopencvopencv-cppopenvinoopenvino-cppreal-timeyolov10

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
walktree/libtorch-yolov3 An implementation of the YOLO v3 object detection algorithm using Libtorch 452
metobom/tchrs-opencv-webcam-inference An example project demonstrating real-time object detection and classification on webcam feed using a pre-trained model. 11
philipperemy/yolo-9000 Real-time object detection using deep learning and a large dataset of classes 1,183
r4ghu/ios-coreml-yolo An implementation of object detection using the YOLO v1 model on iOS with CoreML 163
choasup/caffe-yolo9000 A Caffe implementation of the YOLOv2 and YOLO9000 object detection algorithm 166
feigechuanshu/ncnn-android-yolov6 An Android implementation of YOLOv6 object detection using the ncnn library and OpenCV for efficient mobile deployment 62
leetenki/yolov2 Represents an implementation of the YOLOv2 object detection algorithm in Chainer for real-time object detection and tracking. 338
wongkinyiu/yolor An implementation of a unified network architecture for multiple object detection tasks using PyTorch 1,989
longcw/yolo2-pytorch An implementation of YOLOv2 in PyTorch for object detection using a darknet-based approach. 1,549
hekun-nvidia/py-darknet-yolo A Python interface to YOLO object detection software using Darknet 27
nihui/ncnn-android-yolov5 An Android project demonstrating object detection using YOLOv5 and ncnn libraries. 648
experiencor/keras-yolo2 An implementation of YOLOv2 in Keras for object detection and regression tasks 1,729
neso613/yolo-v5-tflite-model An implementation of YOLOv5 object detection model in TensorFlow Lite format 17
matlab-deep-learning/pretrained-yolov9-network-for-object-detection Provides pre-trained YOLO object detection networks in MATLAB for real-time performance with good detection quality. 4
yihanglou/fasterrcnn-encapsulation-cplusplus An implementation of the FasterRCNN object detection algorithm in C++ 187