About 161,000 results
Open links in new tab
  1. Home - Ultralytics YOLO Docs

    1 day ago · 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. Launched in …

  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 : 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.

  4. What Is YOLO Algorithm? | Baeldung on Computer Science

    May 23, 2025 · YOLO is an acronym for “You Only Look Once” and it has that name because this is a real-time object detection algorithm that processes images very fast. Here, we’ll explain how it works …

  5. ultralytics/yolov3: YOLOv3 in PyTorch > ONNX > CoreML - GitHub

    Ultralytics YOLOv3 is a robust and efficient computer vision model developed by Ultralytics. Built on the PyTorch framework, this implementation extends the original YOLOv3 architecture, renowned for its …

  6. 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.

  7. YOLO advances to its genesis: a decadal and comprehensive ... - Springer

    By detailing the incremental technological advancements in subsequent YOLO versions, this review chronicles the evolution of YOLO, and discusses the challenges and limitations in each of the earlier …

  8. A Comprehensive Review of YOLO Architectures in Computer Vision: …

    Among the different object detection algorithms, the YOLO (You Only Look Once) framework has stood out for its remarkable balance of speed and accuracy, enabling the rapid and reliable identification of …

  9. YOLO – Intuitively and Exhaustively Explained - Towards Data Science

    May 31, 2024 · In this post we’ll discuss YOLO, the landmark paper that laid the groundwork for modern real-time computer vision. We’ll start with a brief chronology of some relevant concepts, then go …

  10. YOLO Explained. What is YOLO? | by Ani Aggarwal - Medium

    Dec 27, 2020 · YOLO or You Only Look Once, is a popular real-time object detection algorithm. YOLO combines what was once a multi-step process, using a single neural network to perform both …