SlideShare a Scribd company logo
1 of 7
Download to read offline
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 79
Application to Monitor and Manage People In Crowded Places
Using Neural Networks
Shreyash Pimpalshende*, Barsha Koley*, Shubham Patil*, Supriya Kudale*,
Dr. Archana Chaugule*
*(Department of Computer Engineering,
Pimpri Chinchwad College Of Engineering and Research, Pune
Email: pshreyash250@gmail.com, barshakoley11@gmail.com,
patil.pshubham@gmail.com,supriyakudale2@gmail.com, archana.chaugule@gmail.com)
----------------------------------------************************----------------------------------
Abstract:
From the introduction of computers, to providing them human like capabilities, to the upcoming
trends in computer vision and natural language processing, these abilities are now been started to replicate
by the computers. Use of Artificial Intelligence is currently the prime focus of industry in development of
such core abilities for computers. The Application being developed in this research is the product of such
analysis and understanding various aspects of subjected scenario and helps to provide reliable solution to
the whole monitoring and management process
Keywords —Artificial Neural Networks, Deep Learning, Crowd Management, Computer Vision,
TensorFlow
----------------------------------------************************----------------------------------
I. INTRODUCTION
The issue that has been put forth for concern here
is that, many places which are prime locations for
people gathering like temples, company placement
drives or other important places, sometimes get
heavily crowded resulting in unpredictable mishaps.
To avoid such mishaps, an application that involves
advanced resource usage to tackle this problem is
developed. Rigorous use of video technology to
monitor the people is backed by advanced analytics
through Artificial Neural Networks.
II. GOALS AND OBJECTIVES
A. Goals
1) Detection of human in the video feed.
2) Classifying humans and differentiating from
other objects present.
3) Monitor and count the number of people.
4) Operate the entry gates to the place accordingly.
B. Objectives
1) To develop an application, capable of detection
and classification of objects(person) from camera
video feeds.
2) To accompany the use of Artificial Neural
Networks for performing specified task.
3) To generate patterns based on the classification
for object recognition.
4) To Monitor the crowd of people in a particular
place, avoiding the issues regarding overpopulated
spaces.
RESEARCH ARTICLE OPEN ACCESS
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 80
5) To actuate required measures (entry control)
based on the head count of people.[7]
III. READINGS AND SURVEY
A. Object Detection with Deep Learning: A Review
Authors: Zhong-Qiu Zhao, Member, IEEE, Peng
Zheng, Shou-tao Xu, Xindong Wu
Publication:IEEE TRANSACTIONS ON
NEURAL NETWORKS AND
LEARNINGSYSTEMS, April 16,2019
Review:This paper provides a detailed review on
deep learning-based object detection
frameworkswhich handle different sub-problems,
such as occlusion, clutter and low resolution,with
different degrees of modifications on R-CNN. The
review starts on genericobject detection pipelines
which provide base architectures for other related
tasks.Then, three other common tasks, namely
salient object detection, face detection
andpedestrian detection, are also briefly reviewed.
Finally, we propose several promisingfuture
directions to gain a thorough understanding of the
object detection landscape.This review is also
meaningful for the developments in neural
networks and relatedlearning systems, which
provides valuable insights and guidelines for future
progress [1].
B. Research on Daily Objects Detection Based on
Deep Neural Network
Authors: Sheng Ding, Kun Zhao
Publication:IOP Conf. Series: Materials Science
and Engineering, 2018
Review:With the rapid development of deep
learning, great breakthroughs have been madein the
field of object detection. The deep learning
algorithm is applied to the detectionof daily objects,
and some progress has been made in this direction.
Comparedwith traditional object detection methods,
the daily objects detection method basedon deep
learning is faster and more accurate. The main
research work of this article:1. collect a small data
set of daily objects; 2. in the TensorFlow
framework tobuild different models of object
detection, and use this data set training model; 3.
Thetraining process and effect of the model are
improved by tuning the model parameters[5].
C. Moving object detection and tracking Using
Convolutional Neural Networks
Authors: Shraddha Mane, Prof.SupriyaMangale
Publication:International Conference on Intelligent
Computing and Control Systems(ICICCS, 2018)
Review:In this paper, novel approach for object
detection and tracking has been presentedusing
convolutional neural network. The moving object
detection is performed usingTensorFlow object
detection API. The object detection module
robustly detectsthe object. The detected object is
tracked using CNN algorithm. Considering
humantracking as a special case of detection of
objects, spatial and temporal classes the
facilitieswere learned during offline training. The
shift variant architecture has extendedthe use of
conventional CNNs and combined the global
features and local characteristicsin a natural way.
The proposed approach achieves the accuracy of
90.88% [3].
D. Scene Graph Generation from Objects, Phrases
and Region Captions
Authors:Yikang Li, Wanli Ouyang, Bolei Zhou,
Kun Wang, Xiaogang Wang
Publication:International Conference on Intelligent
Computing and Control Systems,2017
Review: This paper targets on scene understanding
by jointly modeling three vision tasks, i.e.object
detection, visual relationship detection and region
captioning, with a singledeep neural network in an
end-to-end manner. The three tasks at different
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 81
semanticlevels are tightly connected. A Multi-level
Scene Description Network (MSDN)model is
proposed to leverage such connection for better
understanding image. InMSDN, given an input
image, a graph is dynamically constructed to
establish thelinks among regions with different
semantic meaning. The graph provides a novelway
to align features from different tasks [6].
E. Application of Deep Learning in Object
Detection
Authors: Xinyi Zhou, Wei Gong, WenLong Fu,
Fengtong Du
Publication:IEEE ICIS, 2017
Review:This paper expresses the importance of
deep learning technology applications and
theimpact of dataset for deep learning through the
use of the faster r-cnn on new datasets.In recent
years, the technology of deep learning in image
classification, object detectionand face
identification and many other computer vision tasks
have achieved greatsuccess. Experimental data
shows that the technology of deep learning is an
effectivetool to pass the man-made feature relying
on the drive of experience to the learningrelying on
the drive of data. Large data is the base of the
success of deep learning,large data just as fuel to
the rocket for deep learning. More and more
applicationsare continually accumulating
increasingly rich application data, which is critical
tothe further development and application of deep
learning. However, the quality of thedata affects the
deep learning in deed, of course, in addition to these
real data, maybewe can also consider some of
synthetic data to increase the amount of data in the
further[2].
IV. PROPOSED ARCHITECTURE
Fig. 1 Architecture Proposed
The proposed architecture for the application
involves following Components:
A. Camera Module:
This Module Consists of the main camera unit. It
provides the live video feed of the place where it
is deployed for the application purpose. Feed can
be either live or a video clip so as to directly
perform the detection from video feed or
analysis work in previously recorded video file
respectively.
B. Object Detection Module:
This module Consists of the trained Object
detection model and tracking model. The main
purpose of this module is to receive the feed
from camera system or individual file to perform
the detection work and further track the objects
in runtime to monitor their movements and keep
the count of people.
C. Storage For Data:
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 82
This Unit performs the task of storing all the
required information related to this application.
It stores the created model for the
implementation of detection and tracking of
objects. Likewise, it also stores the runtime
object classified and keep track of their count
that could be further used.
D. Application Script:
This Module acts as the centre for everything to
be connected in the application. It performs the
tasks like initiating the video feed from camera,
checking availability of camera, passing video
information and frames to the model, deploying
the detection model and recognising video
frames. It controls almost all of the modules and
automate and regulate their performance.
E. GUI Element
This Involves the display of information and live
analysis data to the application. Information that
is determined by the model about the monitoring
process is displayed to the user interface using
this module.
V. PROCESS DEFINITION
A. Object Tracking over Object Detection
These points can also be considered as superiority
of tracking over detection, or they can beconsidered
as to use if the other fails to perform the expected.
But both have their functionallimitations and thus
cannot be replaced to perform each other’s intended
tasks.
1)Tracking is faster than Detection: Usually
tracking algorithms are faster than
detectionalgorithms. The reason is simple. When
you are tracking an object that was detectedin the
previous frame, you know a lot about the
appearance of the object. You alsoknow the
location in the previous frame and the direction and
speed of its motion. Soin the next frame, you can
use all this information to predict the location of the
objectin the next frame and do a small search
around the expected location of the objectto
accurately locate the object. A good tracking
algorithm will use all information ithas about the
object up to that point while a detection algorithm
always starts fromscratch.
2) Tracking can help when detection fails: If you
are running a face detector on a videoand the
person’s face gets occluded by an object, the face
detector will most likely fail.A good tracking
algorithm, on the other hand, will handle some level
of occlusion.
3) Tracking preserves identity: The output of
object detection is an array of rectanglesthat contain
the object. However, there is no identity attached to
the object. Whileusing detection on a frame we
have no idea which rectangle corresponds to
whichobject. On the other hand, tracking provides a
way to literally connect the dots.
Fig. 2 Different type of Convolutional Neural Networks
VI. OBJECT DETECTION AND TRACKING
Following steps are curated to perform the
detection of objects and to perform a tracking
with respect to individual objects.
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 83
Step 1: we accept a set of bounding boxes and
compute their corresponding centroids.(i.e., the
center of the bounding boxes). To build a simple
object tracking via centroidsscript with Python, the
first step is to accept bounding box coordinates and
use themto compute centroids. The centroid
tracking algorithm assumes that we are passing ina
set of bounding box (x, y)-coordinates for each
detected object in every single frame.
Fig. 3 Step 1 (detection)
Step 2: we compute the Euclidean distance
between any new centroids (yellow) and existing
centroids (purple). Three objects are present in this
image. We need to compute the Euclidean distance
between each pair of original centroids (red) and
new centroids (green).
Fig. 4 Step 2 (detection of new objects)
Step 3: Update (x, y)-coordinates of existing
objects. Once we have the Euclideandistances we
attempt to associate object IDs. Our simple centroid
object trackingmethod has associated objects with
minimized object distances.
Fig. 5 Step 3 (centroid association)
Step 4: Step to register new objects. In this
illustration, we have a new object that was not
matched with an existing object,so it is registered as
object ID 3.In the event that there are more input
detections than existing objects being tracked,we
need to register the new object. “Registering”
simply means that we are addingthe new object to
our list of tracked objects by:
– Assigning it a new object ID
– Storing the centroid of the bounding box
coordinates for the new object
In the event that an object has been lost or has left
the field of view, we can simplyderegister the
object.
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 84
Fig. 6 Step 4 (Registering Objects)
Step 5: Deregister old objects. Any reasonable
object tracking algorithm needs to be able to handle
when an object has been lost, disappeared, or left
the field of view. Exactly how you handle these
situations is really dependent on where your object
tracker is meant to be deployed, but for this
implementation, we will deregister old objects
when they cannot be matched to any existing
objects for a total of N subsequent frames.
VII. OUTPUT
their associated
Fig. 7 Initialization of program
Fig. 8Program handling up and down people count
Fig. 9Maximum threshold reached and gates status closed at terminal
VIII. CONCLUSION
Here, a system is designed with a prime goal to
monitor the crowd in particular place. Motive
behind building such application is to avoid various
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 85
mishaps that occur in places where extreme amount
of crowd gathers that couldn’t be accommodated by
the place itself. So an object detection technique is
considered as the backbone of this project and GUI
insights as well as Physical actuation’s could be
fired in accordance with the need.
REFERENCES
[1] I. P. Z. S.-t. X. Zhong-Qiu Zhao, Member and X. Wu, Object Detection
with Deep Learning: A Review. Beijing, China: IEEE
TRANSACTIONS ON NEURAL NETWORKS AND LEARNING
SYSTEMS, 2019.
[2] W. F. F. D. Xinyi Zhou, Wei Gong, Application of Deep Learning in
Object Detection. Wuhan, China: IEEE ICIS, 2017.
[3] P. S. M. Shraddha Mane, Moving object detection and tracking Using
Convolutional Neural Networks. International Conference on
Intelligent Computing and Control Systems, 2018.
[4] K. Z. Sheng Ding, “Research on daily objects detection based on deep
neural network,” tech. rep., 2018.
[5] Sheng Ding, Kun Zhao, Research on Daily Objects Detection Based on
Deep Neural NetworkIOP Conf. Series: Materials Science and
Engineering 322 (2018)
[6] Yikang Li, Wanli Ouyang, Bolei Zhou, Kun Wang, Xiaogang Wang,
Scene Graph Generation from Objects, Phrases and Region Captions.
International Conference on Intelligent Computing and Control
Systems, 2018.
[7] Shreyash Pimpalshende, Barsha Koley, Shubham Patil, SupriyaKudale,
Dr. Archana ChauguleCrowd Monitoring System using Artificial
Neural Networks, International Journal of Scientific Research &
Engineering Trends, nov-dec 2019

More Related Content

What's hot

Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...
Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...
Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...APJ ABDUL KALAM TECHNICAL UNIVERSITY
 
A study of existing ontologies in the io t domain
A study of existing ontologies in the io t domainA study of existing ontologies in the io t domain
A study of existing ontologies in the io t domainSof Ouni
 
Modelling Framework of a Neural Object Recognition
Modelling Framework of a Neural Object RecognitionModelling Framework of a Neural Object Recognition
Modelling Framework of a Neural Object RecognitionIJERA Editor
 
Multivariate feature descriptor based cbir model to query large image databases
Multivariate feature descriptor based cbir model to query large image databasesMultivariate feature descriptor based cbir model to query large image databases
Multivariate feature descriptor based cbir model to query large image databasesIJARIIT
 
A new clutering approach for anomaly intrusion detection
A new clutering approach for anomaly intrusion detectionA new clutering approach for anomaly intrusion detection
A new clutering approach for anomaly intrusion detectionIJDKP
 
An Extensive Review on Generative Adversarial Networks GAN’s
An Extensive Review on Generative Adversarial Networks GAN’sAn Extensive Review on Generative Adversarial Networks GAN’s
An Extensive Review on Generative Adversarial Networks GAN’sijtsrd
 
A Survey of Various Intrusion Detection Systems
A Survey of Various Intrusion Detection SystemsA Survey of Various Intrusion Detection Systems
A Survey of Various Intrusion Detection Systemsijsrd.com
 
An Investigation into the Effectiveness of Machine Learning Techniques for In...
An Investigation into the Effectiveness of Machine Learning Techniques for In...An Investigation into the Effectiveness of Machine Learning Techniques for In...
An Investigation into the Effectiveness of Machine Learning Techniques for In...Oyeniyi Samuel
 
Classification Rule Discovery Using Ant-Miner Algorithm: An Application Of N...
Classification Rule Discovery Using Ant-Miner Algorithm: An  Application Of N...Classification Rule Discovery Using Ant-Miner Algorithm: An  Application Of N...
Classification Rule Discovery Using Ant-Miner Algorithm: An Application Of N...IJMER
 
4. paper 10 nov 10, 2017 edit sat
4. paper 10 nov 10, 2017 edit sat4. paper 10 nov 10, 2017 edit sat
4. paper 10 nov 10, 2017 edit satIAESIJEECS
 
An approach for ids by combining svm and ant colony algorithm
An approach for ids by combining svm and ant colony algorithmAn approach for ids by combining svm and ant colony algorithm
An approach for ids by combining svm and ant colony algorithmeSAT Publishing House
 
An approach for ids by combining svm and ant colony algorithm
An approach for ids by combining svm and ant colony algorithmAn approach for ids by combining svm and ant colony algorithm
An approach for ids by combining svm and ant colony algorithmeSAT Journals
 
CI image processing mns
CI image processing mnsCI image processing mns
CI image processing mnsMeenakshi Sood
 
Mining knowledge graphs to map heterogeneous relations between the internet o...
Mining knowledge graphs to map heterogeneous relations between the internet o...Mining knowledge graphs to map heterogeneous relations between the internet o...
Mining knowledge graphs to map heterogeneous relations between the internet o...IJECEIAES
 
Review of Pose Recognition Systems
Review of Pose Recognition SystemsReview of Pose Recognition Systems
Review of Pose Recognition Systemsvivatechijri
 
IRJET- Image to Text Conversion using Tesseract
IRJET-  	  Image to Text Conversion using TesseractIRJET-  	  Image to Text Conversion using Tesseract
IRJET- Image to Text Conversion using TesseractIRJET Journal
 
Overview of Video Concept Detection using (CNN) Convolutional Neural Network
Overview of Video Concept Detection using (CNN) Convolutional Neural NetworkOverview of Video Concept Detection using (CNN) Convolutional Neural Network
Overview of Video Concept Detection using (CNN) Convolutional Neural NetworkIRJET Journal
 
A Study on Surf & Hog Descriptors for Alzheimer’s Disease Detection
A Study on Surf & Hog Descriptors for Alzheimer’s Disease DetectionA Study on Surf & Hog Descriptors for Alzheimer’s Disease Detection
A Study on Surf & Hog Descriptors for Alzheimer’s Disease DetectionIRJET Journal
 

What's hot (19)

Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...
Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...
Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...
 
A study of existing ontologies in the io t domain
A study of existing ontologies in the io t domainA study of existing ontologies in the io t domain
A study of existing ontologies in the io t domain
 
Modelling Framework of a Neural Object Recognition
Modelling Framework of a Neural Object RecognitionModelling Framework of a Neural Object Recognition
Modelling Framework of a Neural Object Recognition
 
Multivariate feature descriptor based cbir model to query large image databases
Multivariate feature descriptor based cbir model to query large image databasesMultivariate feature descriptor based cbir model to query large image databases
Multivariate feature descriptor based cbir model to query large image databases
 
A new clutering approach for anomaly intrusion detection
A new clutering approach for anomaly intrusion detectionA new clutering approach for anomaly intrusion detection
A new clutering approach for anomaly intrusion detection
 
An Extensive Review on Generative Adversarial Networks GAN’s
An Extensive Review on Generative Adversarial Networks GAN’sAn Extensive Review on Generative Adversarial Networks GAN’s
An Extensive Review on Generative Adversarial Networks GAN’s
 
A Survey of Various Intrusion Detection Systems
A Survey of Various Intrusion Detection SystemsA Survey of Various Intrusion Detection Systems
A Survey of Various Intrusion Detection Systems
 
An Investigation into the Effectiveness of Machine Learning Techniques for In...
An Investigation into the Effectiveness of Machine Learning Techniques for In...An Investigation into the Effectiveness of Machine Learning Techniques for In...
An Investigation into the Effectiveness of Machine Learning Techniques for In...
 
Classification Rule Discovery Using Ant-Miner Algorithm: An Application Of N...
Classification Rule Discovery Using Ant-Miner Algorithm: An  Application Of N...Classification Rule Discovery Using Ant-Miner Algorithm: An  Application Of N...
Classification Rule Discovery Using Ant-Miner Algorithm: An Application Of N...
 
4. paper 10 nov 10, 2017 edit sat
4. paper 10 nov 10, 2017 edit sat4. paper 10 nov 10, 2017 edit sat
4. paper 10 nov 10, 2017 edit sat
 
An approach for ids by combining svm and ant colony algorithm
An approach for ids by combining svm and ant colony algorithmAn approach for ids by combining svm and ant colony algorithm
An approach for ids by combining svm and ant colony algorithm
 
An approach for ids by combining svm and ant colony algorithm
An approach for ids by combining svm and ant colony algorithmAn approach for ids by combining svm and ant colony algorithm
An approach for ids by combining svm and ant colony algorithm
 
CI image processing mns
CI image processing mnsCI image processing mns
CI image processing mns
 
Mining knowledge graphs to map heterogeneous relations between the internet o...
Mining knowledge graphs to map heterogeneous relations between the internet o...Mining knowledge graphs to map heterogeneous relations between the internet o...
Mining knowledge graphs to map heterogeneous relations between the internet o...
 
Review of Pose Recognition Systems
Review of Pose Recognition SystemsReview of Pose Recognition Systems
Review of Pose Recognition Systems
 
IRJET- Image to Text Conversion using Tesseract
IRJET-  	  Image to Text Conversion using TesseractIRJET-  	  Image to Text Conversion using Tesseract
IRJET- Image to Text Conversion using Tesseract
 
A45010107
A45010107A45010107
A45010107
 
Overview of Video Concept Detection using (CNN) Convolutional Neural Network
Overview of Video Concept Detection using (CNN) Convolutional Neural NetworkOverview of Video Concept Detection using (CNN) Convolutional Neural Network
Overview of Video Concept Detection using (CNN) Convolutional Neural Network
 
A Study on Surf & Hog Descriptors for Alzheimer’s Disease Detection
A Study on Surf & Hog Descriptors for Alzheimer’s Disease DetectionA Study on Surf & Hog Descriptors for Alzheimer’s Disease Detection
A Study on Surf & Hog Descriptors for Alzheimer’s Disease Detection
 

Similar to Application To Monitor And Manage People In Crowded Places Using Neural Networks

Object and Currency Detection for the Visually Impaired
Object and Currency Detection for the Visually ImpairedObject and Currency Detection for the Visually Impaired
Object and Currency Detection for the Visually ImpairedIRJET Journal
 
IRJET- Real-Time Object Detection System using Caffe Model
IRJET- Real-Time Object Detection System using Caffe ModelIRJET- Real-Time Object Detection System using Caffe Model
IRJET- Real-Time Object Detection System using Caffe ModelIRJET Journal
 
People Monitoring and Mask Detection using Real-time video analyzing
People Monitoring and Mask Detection using Real-time video analyzingPeople Monitoring and Mask Detection using Real-time video analyzing
People Monitoring and Mask Detection using Real-time video analyzingvivatechijri
 
IRJET- Object Detection in an Image using Deep Learning
IRJET- Object Detection in an Image using Deep LearningIRJET- Object Detection in an Image using Deep Learning
IRJET- Object Detection in an Image using Deep LearningIRJET Journal
 
Object Detetcion using SSD-MobileNet
Object Detetcion using SSD-MobileNetObject Detetcion using SSD-MobileNet
Object Detetcion using SSD-MobileNetIRJET Journal
 
Deep Learning Applications and Image Processing
Deep Learning Applications and Image ProcessingDeep Learning Applications and Image Processing
Deep Learning Applications and Image Processingijtsrd
 
Network Intrusion Detection System using Machine Learning
Network Intrusion Detection System using Machine LearningNetwork Intrusion Detection System using Machine Learning
Network Intrusion Detection System using Machine LearningIRJET Journal
 
Precaution for Covid-19 based on Mask detection and sensor
Precaution for Covid-19 based on Mask detection and sensorPrecaution for Covid-19 based on Mask detection and sensor
Precaution for Covid-19 based on Mask detection and sensorIRJET Journal
 
Bibliometric Analysis on Computer Vision based Anomaly Detection using Deep L...
Bibliometric Analysis on Computer Vision based Anomaly Detection using Deep L...Bibliometric Analysis on Computer Vision based Anomaly Detection using Deep L...
Bibliometric Analysis on Computer Vision based Anomaly Detection using Deep L...IRJET Journal
 
Deep learning algorithms for intrusion detection systems in internet of thin...
Deep learning algorithms for intrusion detection systems in  internet of thin...Deep learning algorithms for intrusion detection systems in  internet of thin...
Deep learning algorithms for intrusion detection systems in internet of thin...IJECEIAES
 
IRJET- A Survey on Object Detection using Deep Learning Techniques
IRJET- A Survey on Object Detection using Deep Learning TechniquesIRJET- A Survey on Object Detection using Deep Learning Techniques
IRJET- A Survey on Object Detection using Deep Learning TechniquesIRJET Journal
 
End-to-end deep auto-encoder for segmenting a moving object with limited tra...
End-to-end deep auto-encoder for segmenting a moving object  with limited tra...End-to-end deep auto-encoder for segmenting a moving object  with limited tra...
End-to-end deep auto-encoder for segmenting a moving object with limited tra...IJECEIAES
 
A Literature Survey on Image Linguistic Visual Question Answering
A Literature Survey on Image Linguistic Visual Question AnsweringA Literature Survey on Image Linguistic Visual Question Answering
A Literature Survey on Image Linguistic Visual Question AnsweringIRJET Journal
 
Voice Enable Blind Assistance System -Real time Object Detection
Voice Enable Blind Assistance System -Real time Object DetectionVoice Enable Blind Assistance System -Real time Object Detection
Voice Enable Blind Assistance System -Real time Object DetectionIRJET Journal
 
IRJET- Privacy Issues in Content based Image Retrieval (CBIR) for Mobile ...
IRJET-  	  Privacy Issues in Content based Image Retrieval (CBIR) for Mobile ...IRJET-  	  Privacy Issues in Content based Image Retrieval (CBIR) for Mobile ...
IRJET- Privacy Issues in Content based Image Retrieval (CBIR) for Mobile ...IRJET Journal
 
IRJET- Anomaly Detection System in CCTV Derived Videos
IRJET- Anomaly Detection System in CCTV Derived VideosIRJET- Anomaly Detection System in CCTV Derived Videos
IRJET- Anomaly Detection System in CCTV Derived VideosIRJET Journal
 
IRJET- Comparative Analysis of Video Processing Object Detection
IRJET- Comparative Analysis of Video Processing Object DetectionIRJET- Comparative Analysis of Video Processing Object Detection
IRJET- Comparative Analysis of Video Processing Object DetectionIRJET Journal
 
Real Time Object Detection with Audio Feedback using Yolo v3
Real Time Object Detection with Audio Feedback using Yolo v3Real Time Object Detection with Audio Feedback using Yolo v3
Real Time Object Detection with Audio Feedback using Yolo v3ijtsrd
 
Person Acquisition and Identification Tool
Person Acquisition and Identification ToolPerson Acquisition and Identification Tool
Person Acquisition and Identification ToolIRJET Journal
 

Similar to Application To Monitor And Manage People In Crowded Places Using Neural Networks (20)

Object and Currency Detection for the Visually Impaired
Object and Currency Detection for the Visually ImpairedObject and Currency Detection for the Visually Impaired
Object and Currency Detection for the Visually Impaired
 
IRJET- Real-Time Object Detection System using Caffe Model
IRJET- Real-Time Object Detection System using Caffe ModelIRJET- Real-Time Object Detection System using Caffe Model
IRJET- Real-Time Object Detection System using Caffe Model
 
People Monitoring and Mask Detection using Real-time video analyzing
People Monitoring and Mask Detection using Real-time video analyzingPeople Monitoring and Mask Detection using Real-time video analyzing
People Monitoring and Mask Detection using Real-time video analyzing
 
IRJET- Object Detection in an Image using Deep Learning
IRJET- Object Detection in an Image using Deep LearningIRJET- Object Detection in an Image using Deep Learning
IRJET- Object Detection in an Image using Deep Learning
 
Object Detetcion using SSD-MobileNet
Object Detetcion using SSD-MobileNetObject Detetcion using SSD-MobileNet
Object Detetcion using SSD-MobileNet
 
Deep Learning Applications and Image Processing
Deep Learning Applications and Image ProcessingDeep Learning Applications and Image Processing
Deep Learning Applications and Image Processing
 
Network Intrusion Detection System using Machine Learning
Network Intrusion Detection System using Machine LearningNetwork Intrusion Detection System using Machine Learning
Network Intrusion Detection System using Machine Learning
 
Precaution for Covid-19 based on Mask detection and sensor
Precaution for Covid-19 based on Mask detection and sensorPrecaution for Covid-19 based on Mask detection and sensor
Precaution for Covid-19 based on Mask detection and sensor
 
Smart surveillance using deep learning
Smart surveillance using deep learningSmart surveillance using deep learning
Smart surveillance using deep learning
 
Bibliometric Analysis on Computer Vision based Anomaly Detection using Deep L...
Bibliometric Analysis on Computer Vision based Anomaly Detection using Deep L...Bibliometric Analysis on Computer Vision based Anomaly Detection using Deep L...
Bibliometric Analysis on Computer Vision based Anomaly Detection using Deep L...
 
Deep learning algorithms for intrusion detection systems in internet of thin...
Deep learning algorithms for intrusion detection systems in  internet of thin...Deep learning algorithms for intrusion detection systems in  internet of thin...
Deep learning algorithms for intrusion detection systems in internet of thin...
 
IRJET- A Survey on Object Detection using Deep Learning Techniques
IRJET- A Survey on Object Detection using Deep Learning TechniquesIRJET- A Survey on Object Detection using Deep Learning Techniques
IRJET- A Survey on Object Detection using Deep Learning Techniques
 
End-to-end deep auto-encoder for segmenting a moving object with limited tra...
End-to-end deep auto-encoder for segmenting a moving object  with limited tra...End-to-end deep auto-encoder for segmenting a moving object  with limited tra...
End-to-end deep auto-encoder for segmenting a moving object with limited tra...
 
A Literature Survey on Image Linguistic Visual Question Answering
A Literature Survey on Image Linguistic Visual Question AnsweringA Literature Survey on Image Linguistic Visual Question Answering
A Literature Survey on Image Linguistic Visual Question Answering
 
Voice Enable Blind Assistance System -Real time Object Detection
Voice Enable Blind Assistance System -Real time Object DetectionVoice Enable Blind Assistance System -Real time Object Detection
Voice Enable Blind Assistance System -Real time Object Detection
 
IRJET- Privacy Issues in Content based Image Retrieval (CBIR) for Mobile ...
IRJET-  	  Privacy Issues in Content based Image Retrieval (CBIR) for Mobile ...IRJET-  	  Privacy Issues in Content based Image Retrieval (CBIR) for Mobile ...
IRJET- Privacy Issues in Content based Image Retrieval (CBIR) for Mobile ...
 
IRJET- Anomaly Detection System in CCTV Derived Videos
IRJET- Anomaly Detection System in CCTV Derived VideosIRJET- Anomaly Detection System in CCTV Derived Videos
IRJET- Anomaly Detection System in CCTV Derived Videos
 
IRJET- Comparative Analysis of Video Processing Object Detection
IRJET- Comparative Analysis of Video Processing Object DetectionIRJET- Comparative Analysis of Video Processing Object Detection
IRJET- Comparative Analysis of Video Processing Object Detection
 
Real Time Object Detection with Audio Feedback using Yolo v3
Real Time Object Detection with Audio Feedback using Yolo v3Real Time Object Detection with Audio Feedback using Yolo v3
Real Time Object Detection with Audio Feedback using Yolo v3
 
Person Acquisition and Identification Tool
Person Acquisition and Identification ToolPerson Acquisition and Identification Tool
Person Acquisition and Identification Tool
 

More from IJSRED

IJSRED-V3I6P13
IJSRED-V3I6P13IJSRED-V3I6P13
IJSRED-V3I6P13IJSRED
 
School Bus Tracking and Security System
School Bus Tracking and Security SystemSchool Bus Tracking and Security System
School Bus Tracking and Security SystemIJSRED
 
BigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunityBigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunityIJSRED
 
Quantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf DiseaseQuantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf DiseaseIJSRED
 
DC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric VehiclesDC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric VehiclesIJSRED
 
Growth Path Followed by France
Growth Path Followed by FranceGrowth Path Followed by France
Growth Path Followed by FranceIJSRED
 
Acquisition System
Acquisition SystemAcquisition System
Acquisition SystemIJSRED
 
Parallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MPParallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MPIJSRED
 
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. AmaraStudy of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. AmaraIJSRED
 
Understanding Architecture of Internet of Things
Understanding Architecture of Internet of ThingsUnderstanding Architecture of Internet of Things
Understanding Architecture of Internet of ThingsIJSRED
 
Smart shopping cart
Smart shopping cartSmart shopping cart
Smart shopping cartIJSRED
 
An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...IJSRED
 
Smart Canteen Management
Smart Canteen ManagementSmart Canteen Management
Smart Canteen ManagementIJSRED
 
Gandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic EthicsGandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic EthicsIJSRED
 
Impacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric SolutionImpacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric SolutionIJSRED
 
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...IJSRED
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemIJSRED
 
Farmer's Analytical assistant
Farmer's Analytical assistantFarmer's Analytical assistant
Farmer's Analytical assistantIJSRED
 
Functions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in IndiaFunctions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in IndiaIJSRED
 
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....IJSRED
 

More from IJSRED (20)

IJSRED-V3I6P13
IJSRED-V3I6P13IJSRED-V3I6P13
IJSRED-V3I6P13
 
School Bus Tracking and Security System
School Bus Tracking and Security SystemSchool Bus Tracking and Security System
School Bus Tracking and Security System
 
BigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunityBigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunity
 
Quantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf DiseaseQuantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf Disease
 
DC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric VehiclesDC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric Vehicles
 
Growth Path Followed by France
Growth Path Followed by FranceGrowth Path Followed by France
Growth Path Followed by France
 
Acquisition System
Acquisition SystemAcquisition System
Acquisition System
 
Parallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MPParallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MP
 
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. AmaraStudy of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
 
Understanding Architecture of Internet of Things
Understanding Architecture of Internet of ThingsUnderstanding Architecture of Internet of Things
Understanding Architecture of Internet of Things
 
Smart shopping cart
Smart shopping cartSmart shopping cart
Smart shopping cart
 
An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...
 
Smart Canteen Management
Smart Canteen ManagementSmart Canteen Management
Smart Canteen Management
 
Gandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic EthicsGandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic Ethics
 
Impacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric SolutionImpacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric Solution
 
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition System
 
Farmer's Analytical assistant
Farmer's Analytical assistantFarmer's Analytical assistant
Farmer's Analytical assistant
 
Functions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in IndiaFunctions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in India
 
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
 

Recently uploaded

Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 

Recently uploaded (20)

Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 

Application To Monitor And Manage People In Crowded Places Using Neural Networks

  • 1. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 79 Application to Monitor and Manage People In Crowded Places Using Neural Networks Shreyash Pimpalshende*, Barsha Koley*, Shubham Patil*, Supriya Kudale*, Dr. Archana Chaugule* *(Department of Computer Engineering, Pimpri Chinchwad College Of Engineering and Research, Pune Email: pshreyash250@gmail.com, barshakoley11@gmail.com, patil.pshubham@gmail.com,supriyakudale2@gmail.com, archana.chaugule@gmail.com) ----------------------------------------************************---------------------------------- Abstract: From the introduction of computers, to providing them human like capabilities, to the upcoming trends in computer vision and natural language processing, these abilities are now been started to replicate by the computers. Use of Artificial Intelligence is currently the prime focus of industry in development of such core abilities for computers. The Application being developed in this research is the product of such analysis and understanding various aspects of subjected scenario and helps to provide reliable solution to the whole monitoring and management process Keywords —Artificial Neural Networks, Deep Learning, Crowd Management, Computer Vision, TensorFlow ----------------------------------------************************---------------------------------- I. INTRODUCTION The issue that has been put forth for concern here is that, many places which are prime locations for people gathering like temples, company placement drives or other important places, sometimes get heavily crowded resulting in unpredictable mishaps. To avoid such mishaps, an application that involves advanced resource usage to tackle this problem is developed. Rigorous use of video technology to monitor the people is backed by advanced analytics through Artificial Neural Networks. II. GOALS AND OBJECTIVES A. Goals 1) Detection of human in the video feed. 2) Classifying humans and differentiating from other objects present. 3) Monitor and count the number of people. 4) Operate the entry gates to the place accordingly. B. Objectives 1) To develop an application, capable of detection and classification of objects(person) from camera video feeds. 2) To accompany the use of Artificial Neural Networks for performing specified task. 3) To generate patterns based on the classification for object recognition. 4) To Monitor the crowd of people in a particular place, avoiding the issues regarding overpopulated spaces. RESEARCH ARTICLE OPEN ACCESS
  • 2. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 80 5) To actuate required measures (entry control) based on the head count of people.[7] III. READINGS AND SURVEY A. Object Detection with Deep Learning: A Review Authors: Zhong-Qiu Zhao, Member, IEEE, Peng Zheng, Shou-tao Xu, Xindong Wu Publication:IEEE TRANSACTIONS ON NEURAL NETWORKS AND LEARNINGSYSTEMS, April 16,2019 Review:This paper provides a detailed review on deep learning-based object detection frameworkswhich handle different sub-problems, such as occlusion, clutter and low resolution,with different degrees of modifications on R-CNN. The review starts on genericobject detection pipelines which provide base architectures for other related tasks.Then, three other common tasks, namely salient object detection, face detection andpedestrian detection, are also briefly reviewed. Finally, we propose several promisingfuture directions to gain a thorough understanding of the object detection landscape.This review is also meaningful for the developments in neural networks and relatedlearning systems, which provides valuable insights and guidelines for future progress [1]. B. Research on Daily Objects Detection Based on Deep Neural Network Authors: Sheng Ding, Kun Zhao Publication:IOP Conf. Series: Materials Science and Engineering, 2018 Review:With the rapid development of deep learning, great breakthroughs have been madein the field of object detection. The deep learning algorithm is applied to the detectionof daily objects, and some progress has been made in this direction. Comparedwith traditional object detection methods, the daily objects detection method basedon deep learning is faster and more accurate. The main research work of this article:1. collect a small data set of daily objects; 2. in the TensorFlow framework tobuild different models of object detection, and use this data set training model; 3. Thetraining process and effect of the model are improved by tuning the model parameters[5]. C. Moving object detection and tracking Using Convolutional Neural Networks Authors: Shraddha Mane, Prof.SupriyaMangale Publication:International Conference on Intelligent Computing and Control Systems(ICICCS, 2018) Review:In this paper, novel approach for object detection and tracking has been presentedusing convolutional neural network. The moving object detection is performed usingTensorFlow object detection API. The object detection module robustly detectsthe object. The detected object is tracked using CNN algorithm. Considering humantracking as a special case of detection of objects, spatial and temporal classes the facilitieswere learned during offline training. The shift variant architecture has extendedthe use of conventional CNNs and combined the global features and local characteristicsin a natural way. The proposed approach achieves the accuracy of 90.88% [3]. D. Scene Graph Generation from Objects, Phrases and Region Captions Authors:Yikang Li, Wanli Ouyang, Bolei Zhou, Kun Wang, Xiaogang Wang Publication:International Conference on Intelligent Computing and Control Systems,2017 Review: This paper targets on scene understanding by jointly modeling three vision tasks, i.e.object detection, visual relationship detection and region captioning, with a singledeep neural network in an end-to-end manner. The three tasks at different
  • 3. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 81 semanticlevels are tightly connected. A Multi-level Scene Description Network (MSDN)model is proposed to leverage such connection for better understanding image. InMSDN, given an input image, a graph is dynamically constructed to establish thelinks among regions with different semantic meaning. The graph provides a novelway to align features from different tasks [6]. E. Application of Deep Learning in Object Detection Authors: Xinyi Zhou, Wei Gong, WenLong Fu, Fengtong Du Publication:IEEE ICIS, 2017 Review:This paper expresses the importance of deep learning technology applications and theimpact of dataset for deep learning through the use of the faster r-cnn on new datasets.In recent years, the technology of deep learning in image classification, object detectionand face identification and many other computer vision tasks have achieved greatsuccess. Experimental data shows that the technology of deep learning is an effectivetool to pass the man-made feature relying on the drive of experience to the learningrelying on the drive of data. Large data is the base of the success of deep learning,large data just as fuel to the rocket for deep learning. More and more applicationsare continually accumulating increasingly rich application data, which is critical tothe further development and application of deep learning. However, the quality of thedata affects the deep learning in deed, of course, in addition to these real data, maybewe can also consider some of synthetic data to increase the amount of data in the further[2]. IV. PROPOSED ARCHITECTURE Fig. 1 Architecture Proposed The proposed architecture for the application involves following Components: A. Camera Module: This Module Consists of the main camera unit. It provides the live video feed of the place where it is deployed for the application purpose. Feed can be either live or a video clip so as to directly perform the detection from video feed or analysis work in previously recorded video file respectively. B. Object Detection Module: This module Consists of the trained Object detection model and tracking model. The main purpose of this module is to receive the feed from camera system or individual file to perform the detection work and further track the objects in runtime to monitor their movements and keep the count of people. C. Storage For Data:
  • 4. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 82 This Unit performs the task of storing all the required information related to this application. It stores the created model for the implementation of detection and tracking of objects. Likewise, it also stores the runtime object classified and keep track of their count that could be further used. D. Application Script: This Module acts as the centre for everything to be connected in the application. It performs the tasks like initiating the video feed from camera, checking availability of camera, passing video information and frames to the model, deploying the detection model and recognising video frames. It controls almost all of the modules and automate and regulate their performance. E. GUI Element This Involves the display of information and live analysis data to the application. Information that is determined by the model about the monitoring process is displayed to the user interface using this module. V. PROCESS DEFINITION A. Object Tracking over Object Detection These points can also be considered as superiority of tracking over detection, or they can beconsidered as to use if the other fails to perform the expected. But both have their functionallimitations and thus cannot be replaced to perform each other’s intended tasks. 1)Tracking is faster than Detection: Usually tracking algorithms are faster than detectionalgorithms. The reason is simple. When you are tracking an object that was detectedin the previous frame, you know a lot about the appearance of the object. You alsoknow the location in the previous frame and the direction and speed of its motion. Soin the next frame, you can use all this information to predict the location of the objectin the next frame and do a small search around the expected location of the objectto accurately locate the object. A good tracking algorithm will use all information ithas about the object up to that point while a detection algorithm always starts fromscratch. 2) Tracking can help when detection fails: If you are running a face detector on a videoand the person’s face gets occluded by an object, the face detector will most likely fail.A good tracking algorithm, on the other hand, will handle some level of occlusion. 3) Tracking preserves identity: The output of object detection is an array of rectanglesthat contain the object. However, there is no identity attached to the object. Whileusing detection on a frame we have no idea which rectangle corresponds to whichobject. On the other hand, tracking provides a way to literally connect the dots. Fig. 2 Different type of Convolutional Neural Networks VI. OBJECT DETECTION AND TRACKING Following steps are curated to perform the detection of objects and to perform a tracking with respect to individual objects.
  • 5. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 83 Step 1: we accept a set of bounding boxes and compute their corresponding centroids.(i.e., the center of the bounding boxes). To build a simple object tracking via centroidsscript with Python, the first step is to accept bounding box coordinates and use themto compute centroids. The centroid tracking algorithm assumes that we are passing ina set of bounding box (x, y)-coordinates for each detected object in every single frame. Fig. 3 Step 1 (detection) Step 2: we compute the Euclidean distance between any new centroids (yellow) and existing centroids (purple). Three objects are present in this image. We need to compute the Euclidean distance between each pair of original centroids (red) and new centroids (green). Fig. 4 Step 2 (detection of new objects) Step 3: Update (x, y)-coordinates of existing objects. Once we have the Euclideandistances we attempt to associate object IDs. Our simple centroid object trackingmethod has associated objects with minimized object distances. Fig. 5 Step 3 (centroid association) Step 4: Step to register new objects. In this illustration, we have a new object that was not matched with an existing object,so it is registered as object ID 3.In the event that there are more input detections than existing objects being tracked,we need to register the new object. “Registering” simply means that we are addingthe new object to our list of tracked objects by: – Assigning it a new object ID – Storing the centroid of the bounding box coordinates for the new object In the event that an object has been lost or has left the field of view, we can simplyderegister the object.
  • 6. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 84 Fig. 6 Step 4 (Registering Objects) Step 5: Deregister old objects. Any reasonable object tracking algorithm needs to be able to handle when an object has been lost, disappeared, or left the field of view. Exactly how you handle these situations is really dependent on where your object tracker is meant to be deployed, but for this implementation, we will deregister old objects when they cannot be matched to any existing objects for a total of N subsequent frames. VII. OUTPUT their associated Fig. 7 Initialization of program Fig. 8Program handling up and down people count Fig. 9Maximum threshold reached and gates status closed at terminal VIII. CONCLUSION Here, a system is designed with a prime goal to monitor the crowd in particular place. Motive behind building such application is to avoid various
  • 7. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 85 mishaps that occur in places where extreme amount of crowd gathers that couldn’t be accommodated by the place itself. So an object detection technique is considered as the backbone of this project and GUI insights as well as Physical actuation’s could be fired in accordance with the need. REFERENCES [1] I. P. Z. S.-t. X. Zhong-Qiu Zhao, Member and X. Wu, Object Detection with Deep Learning: A Review. Beijing, China: IEEE TRANSACTIONS ON NEURAL NETWORKS AND LEARNING SYSTEMS, 2019. [2] W. F. F. D. Xinyi Zhou, Wei Gong, Application of Deep Learning in Object Detection. Wuhan, China: IEEE ICIS, 2017. [3] P. S. M. Shraddha Mane, Moving object detection and tracking Using Convolutional Neural Networks. International Conference on Intelligent Computing and Control Systems, 2018. [4] K. Z. Sheng Ding, “Research on daily objects detection based on deep neural network,” tech. rep., 2018. [5] Sheng Ding, Kun Zhao, Research on Daily Objects Detection Based on Deep Neural NetworkIOP Conf. Series: Materials Science and Engineering 322 (2018) [6] Yikang Li, Wanli Ouyang, Bolei Zhou, Kun Wang, Xiaogang Wang, Scene Graph Generation from Objects, Phrases and Region Captions. International Conference on Intelligent Computing and Control Systems, 2018. [7] Shreyash Pimpalshende, Barsha Koley, Shubham Patil, SupriyaKudale, Dr. Archana ChauguleCrowd Monitoring System using Artificial Neural Networks, International Journal of Scientific Research & Engineering Trends, nov-dec 2019