The AI Field Guide / Y

Letter Y

1 term, explained without the techno-murk.

/

YOLO (You Only Look Once)

Deeper

A family of fast computer-vision models that detect objects in images.

YOLO models identify what objects are present and draw locations around them in a single main pass, which made the approach useful for real-time vision. The name refers to the detection design, not the everyday slogan.

For example

A camera system uses YOLO to locate cars and pedestrians in each video frame.

#