This document discusses object detection using the YOLO algorithm. It begins with an abstract that describes the goal of detecting multiple objects in a single frame using YOLO and evaluating its performance on the MS COCO dataset. The introduction provides background on object detection and outlines that YOLO is one of the fastest algorithms. The literature survey section summarizes previous research on two-stage detectors like RCNN, Fast RCNN, and Faster RCNN and their drawbacks. It also discusses one-stage detectors like SSD and how YOLO has improved accuracy.