Object Detection ppt-1
Object Detection ppt-1
Presented by
Under the guidance of
D EEKSHA C N
Prof. MANJUNATH SINGH. H
(1CK20CS013)
Dept of CSE – CBIT
Dept of CSE – CBIT
KOLAR
KOLAR
AGENDA
1. What is Object
Detection?
2. Introduction
3. Need of Object
Detection
4. Working
5.Advantages 6.
Applications 7.
Conclusion 8.References
• Object Detection refers to the task of identifying and localizing objects. First it will
detect the presence of object and then determine their precise location of the object.
• It is used to detect the object and this technology is very helpful for the visually
impaired people to known where the object is and even in self driving cars .
• This technology is very good assistive system of obstacle detection and the
surrounding environment depiction to help blind people using deep learning
techniques.
Dept. of CSE, CBIT 4
INTRODUCTION(Contd…)
• The CNN model is trained with different datasets such as PASCAL VOC,MS-COCO,
open images.
• The model or network is pretrained with more than a million images from the
database of the datasets. By this it can easily detect the object.
• The openCV captures real-time images and CNN performs convolution operations
on images and it will detect the object.
• The convolution layer will extract the features from an image and the ReLU will
perform element wise operation and sets all the negative pixels to zero.
• The pooling is a down sampling operation that will identify the different parts of the
image like edges, corners, body (dimensionality of the feature map).
Dept. of CSE, CBIT 8
WORKING (contd..)
• The flattening is used to convert all the resultant 2D array into a single linear vector.
• The fully connected layer is also known as dense layer. This layer will classify the
image.
• The softmax activation function transforms the raw output of the neural network
into a
vector of probabilities (probability distribution over the input classes).
The deep learning facial recognition system developed to identify human faces in a
digital image. Google also has its own facial recognition system in Google Photos,
which automatically separates all the photos according to the person in the image.
Self-driving is the future most promising technology to be used, but the working behind
can be very complex as it combines a variety of techniques to perceive their
surroundings, including radar, laser light, GPS, odometer, and computer vision.
Advanced control systems interpret sensory info to allow navigation methods to work,
as well as obstacles.
Dept. of CSE, CBIT 12
3) SECURITY
Object Detection plays a vital role in the field of Security; it takes part in major fields
such as face ID or the retina scan used in all the mobiles. Government also widely
use this application to access the security feed and match it with their existing
database to find any criminals.