scispace - formally typeset
Book ChapterDOI

Video Surveillance System with Auto Informing Feature

TLDR
A thorough study of making of an efficient surveillance system along with a feature of automatically informing the owner about the suspicious movement, finding that faster RCNN is much accurate than the other conventional methods.
Abstract
The present document represents a thorough study of the making of an efficient surveillance system along with a feature of automatically informing the owner about the suspicious movement. In this moving world, normally people are suffering from the availability of time, so if any crime has happened at the site, it will take many days of searching for finding the actual presence of criminals, and thus a good chance for those burglars to flee away to protect themselves. For making the task possible, chose Python as the weapon for this battle and used different efficient techniques like COCO dataset for getting labeled and annotated images, LabelImg for making the annotation set of images, TensorFlow, object detection API for object detection and faster RCNN for training as faster RCNN has shown the highest accuracy for the COCO dataset so far. The owner can be informed in two ways: Either send a message to him via mail or phone or call at the time of suspicious image capturing. Here, both of these cases are used: For mail, the task is done via SMTP and for phone calls Twilio is used which provides us registered phone no. and can make both outbound and inbound calls. After using all the mentioned things and making the model in a way described above, it was found that faster RCNN is much more accurate than the other conventional methods. The results have been very well as RCNN show 86.7% accuracy and 100% has come out with the informing module as there simply the mail will be sent to the one whose mail is given in the code and the same is for Twilio calling.

read more

Content maybe subject to copyright    Report

Citations
More filters
Proceedings ArticleDOI

Homex: An Intelligent Home Automation and Security System

TL;DR: In this paper , the authors proposed a model to build an intelligent automation and security system that would provide state-of-the-art security such as intruder detection, fire and gas detection, Vibration and Sound Detection, live feed, and many smart home features such as Plant Monitoring, Temperature Monitoring, Appliance control, and Voice control features.
Proceedings ArticleDOI

Homex: An Intelligent Home Automation and Security System

Aryan Singh, +1 more
TL;DR: In this article , the authors proposed an Intelligent Automation and Security System that would provide state-of-the-art security such as intruder detection, fire and gas detection, Vibration and Sound Detection, live feed, and many smart home features such as Plant Monitoring, Temperature Monitoring, Appliance control, and Voice control features.
References
More filters
Proceedings ArticleDOI

Understanding of a convolutional neural network

TL;DR: All the elements and important issues related to CNN, and how these elements work, are explained and defined and the parameters that effect CNN efficiency are state.
Journal ArticleDOI

Application of Deep Learning for Object Detection

TL;DR: Deep learning techniques for state-of-the-art object detection systems are assessed and the role of deep learning techniques based on convolutional neural network for object detection is demystifies.
Proceedings ArticleDOI

Convolutional Neural Network (CNN) for Image Detection and Recognition

TL;DR: In this article, CNN models are built to evaluate its performance on image recognition and detection datasets and its performance are evaluated.
Proceedings ArticleDOI

Application of deep learning in object detection

TL;DR: This paper deals with the field of computer vision, mainly for the application of deep learning in object detection task, and a new dataset is built according to those commonly used datasets.
Proceedings ArticleDOI

Object Detection Using Convolutional Neural Networks

TL;DR: Two state of the art models are compared for object detection, Single Shot Multi-Box Detector with MobileNetV1 and a Faster Region-based Convolutional Neural Network (Faster-RCNN) with InceptionV2, and result shows that one model is ideal for real-time application because of speed and the other can be used for more accurate object detection.