Giter VIP home page Giter VIP logo

husnejahan / alert-generation-on-detection-of-suspicious-activity-using-transfer-learning Goto Github PK

View Code? Open in Web Editor NEW

This project forked from omrajpurkar/alert-generation-on-detection-of-suspicious-activity-using-transfer-learning

0.0 1.0 0.0 10.6 MB

ADAG (Activity Detector and Alert Generator) aims to take real-time videos from CCTV as an input and pass it to the CNN model created with the help of transfer learning and detect ‘Shoplifting’, ‘Robbery’ or ’Break-In’ in the store and notify it to the owners as soon as it occurs. Finally the main motive is to provide a system that detects suspicious activities without human intervention and generates alert, thus making a huge revolution in today’s surveillance system.

License: MIT License

Python 100.00%

alert-generation-on-detection-of-suspicious-activity-using-transfer-learning's Introduction

Alert-Generation-on-Detection-of-Suspicious-Activity-using-Transfer-Learning 🕵️‍♂️

ADAG (Activity Detector and Alert Generator) aims to take real-time videos from CCTV as an input and pass it to the CNN model created with the help of transfer learning and detect ‘Shoplifting’, ‘Robbery’ or ’Break-In’ in the store and notify it to the owners as soon as it occurs. Finally the main motive is to provide a system that detects suspicious activities without human intervention and generates alert, thus making a huge revolution in today’s surveillance system.

alt text

Downloading and Configuring

gh repo clone OmRajpurkar/Alert-Generation-on-Detection-of-Suspicious-Activity-using-Transfer-Learning
  • Download the model and place it inside ‘videoClassification’ directory.

  • Create a new Virtual Environment and Activate it.

  • To save the dataset images create a directory named 'data' inside the 'videoClassification' directory. Inside the 'data' directory create 3 sub-directories each for 'Shoplifting', 'Robbery' and 'Break-In'. Store the training images for the respective classes inside those directories.

Requirements

$ pip install -r requirements.txt

Training the model

$ python train.py --dataset data --model model --label-bin label_bin --epochs 80

Detecting ‘Shoplifting’, ’Robbery’, ‘Break-In’ in a Video

$ python predict_video.py -m model -l label_bin -i /videoClassification/Shoplifting.mp4 -o ShopliftingOutput.avi

Predicting ‘Shoplifting’, ’Robbery’, ‘Break-In’ in Real-time using Webcam

$ python predict_video_realtime.py -m model -l label_bin -o output

Published Paper

O. M. Rajpurkar, S. S. Kamble, J. P. Nandagiri and A. V. Nimkar, "Alert Generation on Detection of Suspicious Activity Using Transfer Learning," 2020 11th International Conference on Computing, Communication and Networking Technologies (ICCCNT), Kharagpur, India, 2020, pp. 1-7, doi: 10.1109/ICCCNT49239.2020.9225263.

IEEE Xplore Link: https://ieeexplore.ieee.org/document/9225263

alert-generation-on-detection-of-suspicious-activity-using-transfer-learning's People

Contributors

omrajpurkar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.