AIAny
AI Image2020
Icon for item

YOLOv5

PyTorch object detector built for shipping: train on your own data, then export to ONNX, CoreML, TFLite, or TensorRT with one command. Comes in five sizes (n/s/m/l/x) and adds instance-segmentation and classification heads beyond bounding-box detection.

Introduction

When YOLOv5 landed in 2020 it skipped the academic paper entirely and shipped as a maintained PyTorch repo — a move that drew criticism but turned out to be the whole point. Its real contribution was not a new architecture but a detection pipeline where training your own model, validating it, and exporting it to a phone or a Jetson are each roughly one command.

What Sets It Apart
  • One codebase, three tasks: detection, instance segmentation, and classification share the same training and export tooling, so you learn the workflow once and reuse it.
  • Five sizes from YOLOv5n (~1.9M params, comfortable on CPU and mobile) to YOLOv5x (highest accuracy) let you pick a point on the speed/accuracy curve instead of fighting one fixed model.
  • Export is first-class: a single flag emits ONNX, CoreML, TFLite, or TensorRT, which is why it shows up in so many production edge stacks rather than just notebooks.
  • Mosaic augmentation, anchor auto-evolution, and sensible defaults mean a custom dataset often trains well before you touch a single hyperparameter.
Who It's For and the Trade-offs

Great fit if you need a battle-tested detector to fine-tune on your own images and deploy somewhere constrained — its maturity, documentation, and export coverage are hard to match. Look elsewhere if you want state-of-the-art accuracy, since Ultralytics' own YOLOv8 and YOLO11 supersede it, or if licensing is sensitive: the code is AGPL-3.0, so commercial use without open-sourcing your application requires an Ultralytics enterprise license.

Information

  • Websitegithub.com
  • AuthorsUltralytics
  • Published date2020/05/30

Categories

More Items

GitHub
AI Image2026

Turns 530+ GPT-Image2 examples into a structured 'Prompt-as-Code' library and style skill for reproducible image-generation workflows; includes a browsable gallery, 20+ industrial templates, and an agent-ready style skill for automation.

GitHub
AI Image2022

Enlarges and enhances low-resolution images using AI models (Real-ESRGAN) through a cross-platform desktop app. Runs on a local NCNN/Vulkan backend (requires a Vulkan-compatible GPU), offers an Electron GUI plus a CLI backend (upscayl-ncnn), and supports custom models for different image types.

GitHub
AI Image2022

Web and desktop/mobile WebUI for generating, editing, captioning and processing images and videos with Stable Diffusion and many diffusion models. Key features include automatic model download, SDNQ on-the-fly quantization for VRAM savings, balanced CPU/GPU offload, multi-backend GPU support, and built-in captioning/tagging/upscaling workflows.