YOLO (You Only Look Once)
DeeperA 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.