Analytical Study On Object Detection Using Yolo Algorithm
Analytical Study On Object Detection Using Yolo Algorithm
ISSN No:-2456-2165
Abstract:- Object detection is a technique that allows vector of probability scores, each representing the probability
detecting and locating objects in videos and images. of the observation occurring at a particular depth.
Object detection is widely used to count objects in a
scene, track their precise locations and accurately label
the objects. It seeks to answer what is the object? and
Where is it? . Object detection adopts various
approaches such as fast R-CNN, Retina-Net, Single Shot
MultiBox Detector (SSD) and YOLO. Among these,
YOLO is the most powerful algorithm for object
detection and as well as suited for real-time scenarios. It
is popular because of its accuracy and speed. YOLO
uses Neural networks to provide object detection.
I. INTRODUCTION
V. LITERATURE SURVEY
Fig. 4: single convolutional neural network The paper [3] this new network model suggests a
modified version of the YOLOv1 network model that better
For example 4, There are at least three types of predicts user behavior. The YOLOv1 network is improved by
objects: a car, a dog, and a bicycle. All of the predictions optimizing its 'e loss function. The inception model structure is
are made simultaneously using a single convolutional added. A spatial pyramid pooling layer is used to pool data.
neural network. The proposed model is effective at extracting features from
images, outperforming other models in object detection. It is