Realtime Visual Recognition in Deep Convolutional Neural Networks
Realtime Visual Recognition in Deep Convolutional Neural Networks
in deep Convolutional
Neural Networks
Objective of the Project
In recent days the detection of visual projects is done with convolutional
neural networks(CNN).Later the development of fully convolutional neural
networks(FCN) ,moreover there are chances for improvisation over generic
FCN models which deals with scale space problems. Also on the other side
holistically-nested edge detector provides a skip layer structure with deep
supervision for edge and boundry detection.
Our framework takes full advantage of extracting from FCN providing
more advanced representation at each layer,this property is used for
segment detection.
It has advantages in terms of efficiency ie ,0.08 second per
image,effectiveness and simplicity over existing algorithms.
It can be analysed on the role of training data on performance, the
experimental results provide a more reasonable and powerful training set
for future research.
Introduction
• Human beings have the ability of identifying the region or object in
an image. Visual Recognition aims to detecting and identifying the
object or region in an image automatically.Earlier methods for salient
detection are mainly inspired by cognitive studies of visual attention.
• Our framework detects all the objects based on training set provided
to it. Main view of this project is to increase the accuracy rate of the
detection ie, it recoginze the object even in blur stage or under less
brightness
• Over 60-65 images can be trained for detection
• This framework can be constructed using deep learning , which is a
subset of machine learning in AI that has network capability of
learing unsupervised from data that is unstructured or unabled
Project Feasibility Study
• By using deep learing this framework can be implemented , which
recoginze and detects the objects effectively. Python also plays a
major role in executing the framework
• Over the past two decades the saliency detection methods like CNN
based saliency models were used which cant detect the blur
objects.Here we mainly focus on using recent salient object
detection method based on deep learning architectures
• Collecting the data is one task and making that data useful is an-
other vital task.
• Data collected from various means will be in an unorganized format
and there may be lot of null values, in-valid data values and
unwanted data.
• Cleaning all these data and replacing them with appropriate or
approximate data and removing null and missing data and replacing
them with some fixed alternate values are the basic steps in pre
processing of data.
• Even data collected may contain completely garbage values. It may
not be in exact format or way that is meant to be. All such cases must
be verified and replaced with alternate values to make data meaning
meaningful and useful for further processing. Data must be kept in a
organized format.
Yolo Algorithm