tinyvision/DAMO-YOLO
DAMO-YOLO: a fast and accurate object detection method with some new techs, including NAS backbones, efficient RepGFPN, ZeroHead, AlignedOTA, and distillation enhancement.
This project offers fast and accurate object detection, identifying specific items within images or video feeds. It takes in images or video and outputs bounding boxes and labels for detected objects, helping automate visual inspection or surveillance. This tool is ideal for engineers deploying real-time object detection systems in various industries.
3,145 stars. No commits in the last 6 months.
Use this if you need to quickly and reliably detect objects in images or live video streams for applications like security, quality control, or autonomous systems.
Not ideal if your primary need is image classification (identifying what an image contains without locating individual objects) or complex scene understanding beyond simple object detection.
Stars
3,145
Forks
401
Language
Python
License
Apache-2.0
Category
Last pushed
May 25, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/tinyvision/DAMO-YOLO"
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