hpc203/yolo-fastestv2-opencv
使用OpenCV部署Yolo-FastestV2,包含C++和Python两种版本的程序
This project helps developers integrate Yolo-FastestV2 into their applications for incredibly fast object detection. It takes an image or video stream as input and identifies predefined objects within it, outputting their locations and classifications. Developers who need to deploy a lightweight and high-speed object detection solution in C++ or Python will find this useful.
115 stars. No commits in the last 6 months.
Use this if you need to add very fast, lightweight object detection capabilities to your C++ or Python applications using OpenCV.
Not ideal if you require more complex deep learning models with higher accuracy at the cost of speed and model size, or if you are not a developer.
Stars
115
Forks
28
Language
Python
License
—
Category
Last pushed
Dec 04, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/hpc203/yolo-fastestv2-opencv"
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