matin-ghorbani/Yolov5-CPP
Yolo v5 with CPP
This tool helps developers integrate real-time object detection into their C++ applications. It takes pre-trained YOLOv5 models (converted to ONNX format) and image, video, or webcam feeds as input. The output is a visual display with detected objects identified, allowing for tasks like security monitoring or automated analysis for C++ developers.
No commits in the last 6 months.
Use this if you are a C++ developer needing to add high-performance object detection capabilities to your applications using YOLOv5 models.
Not ideal if you are a non-developer or prefer using Python, as this tool is specifically designed for C++ integration.
Stars
13
Forks
—
Language
C++
License
MIT
Category
Last pushed
May 22, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/matin-ghorbani/Yolov5-CPP"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ultralytics/ultralytics
Ultralytics YOLO 🚀
Megvii-BaseDetection/YOLOX
YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX,...
kujason/avod
Code for 3D object detection for autonomous driving
aparsoft/yolo-streamlit-detection-tracking
Object detection and tracking algorithm implemented for Real-Time video streams and static images.
RizwanMunawar/yolov8-object-tracking
YOLOv8 Object Tracking Using PyTorch, OpenCV and Ultralytics