ultralytics/yolov3
YOLOv3 in PyTorch > ONNX > CoreML > TFLite
This project helps quickly identify and locate specific items within images or video feeds. You feed it visual data, and it outputs bounding boxes and labels for the objects it recognizes. This is ideal for anyone who needs to automate the process of spotting things in visual media, such as security analysts, quality control inspectors, or autonomous system developers.
10,563 stars. Actively maintained with 2 commits in the last 30 days.
Use this if you need a fast and accurate way to detect objects in images or real-time video streams for tasks like surveillance, inventory tracking, or robotics.
Not ideal if your primary need is distinguishing between very similar objects with subtle differences or if you require extreme precision in object boundaries rather than just a bounding box.
Stars
10,563
Forks
3,448
Language
Python
License
AGPL-3.0
Category
Last pushed
Mar 10, 2026
Commits (30d)
2
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ultralytics/yolov3"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Recent Releases
Related frameworks
ultralytics/yolov5
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
mindspore-lab/mindyolo
A toolbox of yolo models and algorithms based on MindSpore
ultralytics/assets
Ultralytics assets
stephanecharette/DarkHelp
C++ wrapper library for Darknet
WongKinYiu/ScaledYOLOv4
Scaled-YOLOv4: Scaling Cross Stage Partial Network