Skip to content
Learn The AI Glossary

YOLO

Also known as:You Only Look Once

A family of object detection models built to find and label everything in an image in a single pass.

1 min read Models Technical

In plain English

YOLO stands for You Only Look Once, and it describes how the model works. Earlier detectors examined an image many times over, checking region after region for objects. YOLO looks at the whole picture once and predicts every bounding box and label together. That makes it fast enough to run on live video, and it has become the standard starting point for practical computer vision work.

Why it matters

Most real-world vision systems you encounter, from checkout scanners to traffic monitoring, need to keep up with a moving camera, and that speed requirement is what YOLO was designed around.

A worked example

A camera watching a warehouse aisle runs YOLO on each frame and draws a labelled box around every pallet, person, and forklift it sees.

Common confusion

YOLO detects and locates objects, it does not understand a scene. It will tell you a person and a bicycle are present, not whether the person is riding it.

— RELATED ENTRIES —

Terms worth knowing next.

— STILL CURIOUS? —

Definitions are just the start.
go deeper.

Quick Answers tackle the questions everyone's actually asking — for parents, teachers, business owners, and the merely curious.

Browse Quick Answers
— OR — Back to A–Z Learn hub