Skip to main content

YOLO PRESENTS A NOVEL APPROACH TO OBJECT DETECTION

Page 1

International Research Journal of Engineering and Technology (IRJET)

e-ISSN: 2395-0056

Volume: 11 Issue: 03 | Mar 2024

p-ISSN: 2395-0072

www.irjet.net

YOLO PRESENTS A NOVEL APPROACH TO OBJECT DETECTION ANITA1, RUPALI CHANDRAKAR2, DR. SHIKHA PANDEY3 1Research Scholar, Department Of Computer Science And Engineering RSR Rungta College Of Engineering And Technology, Bhilai, Chhattisgarh, India 2,3Assistant Professor, Department Of Computer Science And Engineering RSR Rungta College Of Engineering And Technology, Bhilai, Chhattisgarh, India --------------------------------------------------------------------------***----------------------------------------------------------------------human users. Finally, it would open the door to the Abstract

possibility of general-purpose robotic systems that are responsive.

Presenting YOLO, a fresh take on object detection, is something we're very excited about. In the past, object detection made use of repurposed classifiers to actually detect objects. We approach object detection differently by viewing it as a regression problem. This makes use of geographically separated bounding boxes and associated categorization probabilities. A single neural network can instantly evaluate complete images and provide predictions about bounding boxes and class probabilities within the context of a single evaluation. All of the detection steps may be fine-tuned in real time based on detection performance because the entire pipeline is a single network.

Within the most recent generation of detection systems, classifiers are repurposed to perform the function of detection. These systems begin with a classifier that corresponds to the object in question, and then proceed to evaluate the object at a variety of various sizes and locations within a test picture. This allows the system to ultimately identify the item. Examples of such systems are deformable parts models (DPM), which make use of a sliding window methodology. In this method, the classifier is performed at points that are consistently spaced over the whole picture [10].

Our unified infrastructure delivers lightning-fast performance. Our YOLO model revolves upon the continuous processing of images at a rate of 45 frames per second in real time. A smaller variant of the network, the Fast YOLO network, achieves twice the maximum average processing speed (mAP) of competing real-time detectors while processing an incredible 155 frames per second. Everything about this is remarkable. While YOLO is less likely to predict false positives on background, it is more prone to localization errors as compared to other state-of-the-art detection methods. To sum up, YOLO can create rather generalized representations of the objects it encounters. Its ability to generalize from natural images to other domains, such artwork, is superior to that of other detection approaches, like DPM and R-CNN.

The utilization of region suggestion is a feature that is utilized by more contemporary methods like as R-CNN.

Figure 1. YOLO Detection System. YOLO picture processing is easy. The system consists of resizing the input image to 448x448, running a single convolutional network, and throttling detections based on model confidence techniques to construct picture bounding boxes and then classify them. The post-processing step, which follows classification, involves improving the bounding boxes, removing duplicates, and rescoring them according to the items in the scene [13]. Due to the need to teach each component separately, these complex pipelines are slow and difficult to optimize.

Keywords- Object Detection, Real time video, YOLO coco dataset, PyCharm, OpenCV.

1.

INTRODUCTION

When people look at a picture, they immediately recognize the items that are shown in it, where they are located, and how they interact with one another. Due to the fact that the human visual system is both swift and precise, we are able to engage in physically demanding tasks such as driving with a relatively low amount of conscious thought. The development of object identification algorithms that are both speedy and precise would make it possible for computers to drive automobiles without the need for specialized sensors. It would also make it possible for assistive devices to provide real-time scene information to

© 2024, IRJET

|

Impact Factor value: 8.226

We transform the object recognition issue into a singular regression problem by transferring the class probabilities and bounding box coordinates from the picture pixels to the bounding box coordinates. Our method relies on taking a cursory look at an image (YOLO) to deduce what objects are there and where they are positioned.

|

ISO 9001:2008 Certified Journal

|

Page 672


Turn static files into dynamic content formats.

Create a flipbook
YOLO PRESENTS A NOVEL APPROACH TO OBJECT DETECTION by IRJET Journal - Issuu