About 185,000 results
Open links in new tab
  1. Home | Ultralytics Docs

    Nov 12, 2023 · YOLO (You Only Look Once), a popular object detection and image segmentation model, was developed by Joseph Redmon and Ali Farhadi at the University of Washington. …

  2. You Only Look Once - Wikipedia

    You Only Look Once (YOLO) is a series of real-time object detection systems based on convolutional neural networks. First introduced by Joseph Redmon et al. in 2015, [1] YOLO has undergone several …

  3. YOLO Object Detection Explained: A Beginner's Guide

    Feb 27, 2026 · YOLO (You Only Look Once) is a real-time object detection algorithm that processes images in a single forward pass, making it significantly faster than two-stage detectors

  4. GitHub - ultralytics/ultralytics: Ultralytics YOLO

    Ultralytics creates cutting-edge, state-of-the-art (SOTA) YOLO models built on years of foundational research in computer vision and AI. Constantly updated for performance and flexibility, our models …

  5. YOLO : You Only Look Once - Real Time Object Detection

    Nov 14, 2025 · YOLO is very fast at the test time because it uses only a single CNN architecture to predict results and class is defined in such a way that it treats classification as a regression problem.

  6. Ultralytics YOLO Evolution: An Overview of YOLO26, YOLO11, YOLOv8, …

    Oct 15, 2025 · Ultralytics-maintained YOLO releases illustrate a steady trajectory toward modularity, task unification, and deployment efficiency, culminating in YOLO26 as the first fully integrated …

  7. YOLOv8: State-of-the-Art Computer Vision Model

    YOLOv8 is a computer vision model architecture developed by Ultralytics, the creators of YOLOv5. You can deploy YOLOv8 models on a wide range of devices, including NVIDIA Jetson, NVIDIA GPUs, …

  8. What is YOLO? The Ultimate Guide - Roboflow Blog

    Jan 14, 2026 · YOLO (You Only Look Once) is a family of computer vision models that has gained significant fanfare since Joseph Redmon, Santosh Divvala, Ross Girshick, and Ali Farhadi …

  9. YOLO: Real-Time Object Detection - pjreddie.com

    This post will guide you through detecting objects with the YOLO system using a pre-trained model. If you don’t already have Darknet installed, you should do that first.

  10. Mastering All YOLO Models from YOLOv1 to YOLOv12 - LearnOpenCV

    Dec 26, 2023 · However, in this article, we will go through all the different versions of YOLO, from the original YOLO to YOLOv8 and YOLO-NAS, and understand their internal workings, architecture, …