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

Hugging Face
AI Model2026

Diffusion-based generative model for scene and video synthesis, providing full Diffusers checkpoints and scene LoRA for fast adaptation. Includes Stage‑1 nano (1.3B) and pro (5B) variants and modular transformer/VAE components.

Hugging Face
AI Image2026

Applies or repositions directional sunlight in outdoor images by using a LoRA trained for Flux2Klein 9B to match a reference sun elevation and rotation. Workflow uses an overcast intermediate and a sphere (ball) reference; includes a ComfyUI node and Blender scene for rendering the reference.

Hugging Face
AI Image2026

Provides 1,503 Krea 2 style LoRAs (original safetensors + ComfyUI builds) trained on fal.ai, each with a short trigger phrase and downloadable weights for quick style transfer or further retraining.