yolov5 and yolov3
These are ecosystem siblings representing successive generations of the same architecture—YOLOv5 is the newer iteration that supersedes YOLOv3, both maintained by Ultralytics with overlapping export capabilities (PyTorch to ONNX/CoreML/TFLite) but YOLOv5 offering improved accuracy and speed that make it the preferred choice for most new projects.
About yolov5
ultralytics/yolov5
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
This project helps people who need to automatically find and classify objects in images or video. You provide it with visual input, and it identifies and labels the distinct objects it sees. This is ideal for roles like security analysts monitoring CCTV, manufacturing quality control specialists, or agricultural surveyors analyzing crop health.
About yolov3
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.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work