Real Time Object Detection and Recognition Using Mobilenet SSD With Opencv IJERTV11IS010070
Real Time Object Detection and Recognition Using Mobilenet SSD With Opencv IJERTV11IS010070
Abstract-- Real time object detection is an immense, vibrant Precision (AP) of the algorithm to recognize various classes
and complex area of computer vision. Assuming there is a as vehicle, person and chair is 99.76%, 97.76% and 71.07%,
single object to be distinguished in an image, it is known as separately. This improves the accuracy of behavior detection
Image Localization and in the event that there are various at a handling speed which is needed for the real-time
objects in an image, then, at that point, it is Object Detection.
Mobile networks and binary neural networks are the most
location and the necessities of day by day observing indoor
generally involved techniques for current deep learning models and outside. The mix of MobileNet into the SSD framework
to perform different tasks on embedded systems. In this paper, forms one of the center parts of our work.
we develop a method to distinguish an item thinking about the However, MobileNet with the effective SSD framework has
deep learning pre-prepared model MobileNet for Single Shot been a hot exploration point in recent times, to a great extent
Multi-Box Detector (SSD). This algorithm is used for real-time because of managing the functional limits of running strong
detection and for webcam streaming to detect object in a video neural nets on low-end devices like cell phones/laptops to
stream. Subsequently, we utilize an object detection module additionally expand the horde of conceivable outcomes with
that can identify what is in the video stream. To carry out the respect to real-time applications.
module, we join the MobileNet and the SSD framework for a
quick and efficient deep learning-based strategy for object
identification. II. LITERATURE SURVEY
A. MobileNet-SSD
Keywords—MobileNet, SSD (Single Shot Multi-Box Detector).
Our proposed model depends on the MobileNet-
SSD architecture. One reason why we chose this architecture
I. INTRODUCTION is on the because that as shown in the paper [2], it gives good
Object detection is one of the most important fields object detection accuracy while being quicker than different
of exploration in computer vision today. It is an architectures, for example, YOLO. Especially, this is valid
augmentation of image classification the objective is to when attempting to detect object in real time in low
identify one or more classes of objects in a picture and with computing devices as in our system. MobileNet-SSD
the help of bounding boxes locate their presence. permits to lessen the detection time by addressing the model
Consequently, object detection carries an important role in utilizing 8-bit integers rather than 32-bit floats. The input of
many real-world applications like image recovery and the model was set to an image with 300 by 300 pixels and
video surveillance. the result of the model addressed the position of the
The main purpose of our analysis is to elaborate the bounding box as well as the detection confidences (from 0
accuracy of an object detection technique SSD and the pre- to 1) for each identified object. A detection confidence
trained deep learning model MobileNet and additionally threshold of 0.5 was utilized to decide if the detected object
feature a portion of the notable elements that make this was valid.[3]
method stand out. The trial results show that the Average