All Projects → mamonraab → Real-Time-Violence-Detection-in-Video-

mamonraab / Real-Time-Violence-Detection-in-Video-

Licence: other
No description or website provided.

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Real-Time-Violence-Detection-in-Video-

Word-Level-Eng-Mar-NMT
Translating English sentences to Marathi using Neural Machine Translation
Stars: ✭ 37 (-31.48%)
Mutual labels:  keras-tensorflow
Deep-learning-model-deploy-with-django
Serving a keras model (neural networks) in a website with the python Django-REST framework.
Stars: ✭ 76 (+40.74%)
Mutual labels:  keras-tensorflow
Brain-MRI-Segmentation
Smart India Hackathon 2019 project given by the Department of Atomic Energy
Stars: ✭ 29 (-46.3%)
Mutual labels:  keras-tensorflow
ForEx
Using ML to create a ForEx trader to invest my personal finances to get rid of student debt
Stars: ✭ 17 (-68.52%)
Mutual labels:  keras-tensorflow
DCASE2020 task1
Code for DCASE 2020 task 1a and task 1b.
Stars: ✭ 72 (+33.33%)
Mutual labels:  keras-tensorflow
PolyphonicPianoTranscription
Recurrent Neural Network for generating piano MIDI-files from audio (MP3, WAV, etc.)
Stars: ✭ 146 (+170.37%)
Mutual labels:  keras-tensorflow
kdsb17
Gaussian Mixture Convolutional AutoEncoder applied to CT lung scans from the Kaggle Data Science Bowl 2017
Stars: ✭ 18 (-66.67%)
Mutual labels:  keras-tensorflow
GradCAM and GuidedGradCAM tf2
Implementation of GradCAM & Guided GradCAM with Tensorflow 2.x
Stars: ✭ 16 (-70.37%)
Mutual labels:  keras-tensorflow
stock-volatility-google-trends
Deep Learning Stock Volatility with Google Domestic Trends: https://arxiv.org/pdf/1512.04916.pdf
Stars: ✭ 74 (+37.04%)
Mutual labels:  keras-tensorflow
ImmunoLynk
[Lumiata COVID-19 Winner] COVID Immunity testing results registered to the Blockchain for healthcare safety.
Stars: ✭ 17 (-68.52%)
Mutual labels:  keras-tensorflow
Nearest-Celebrity-Face
Tensorflow Implementation of FaceNet: A Unified Embedding for Face Recognition and Clustering to find the celebrity whose face matches the closest to yours.
Stars: ✭ 30 (-44.44%)
Mutual labels:  keras-tensorflow
Brainy
Brainy is a virtual MRI analyzer. Just upload the MRI scan file and get 3 different classes of tumors detected and segmented. In Beta.
Stars: ✭ 29 (-46.3%)
Mutual labels:  keras-tensorflow
a-neural-algorithm-of-artistic-style
Keras implementation of "A Neural Algorithm of Artistic Style"
Stars: ✭ 110 (+103.7%)
Mutual labels:  keras-tensorflow
GLOM-TensorFlow
An attempt at the implementation of GLOM, Geoffrey Hinton's paper for emergent part-whole hierarchies from data
Stars: ✭ 32 (-40.74%)
Mutual labels:  keras-tensorflow
TF-Model-Deploy-Tutorial
A tutorial exploring multiple approaches to deploy a trained TensorFlow (or Keras) model or multiple models for prediction.
Stars: ✭ 51 (-5.56%)
Mutual labels:  keras-tensorflow
One-Shot-Learning-with-Siamese-Networks
Implementation of One Shot Learning using Convolutional Siamese Networks on Omniglot Dataset
Stars: ✭ 129 (+138.89%)
Mutual labels:  keras-tensorflow
HierarchicalAttentionNetworks
Hierarchical Attention Networks for Document Classification in Keras
Stars: ✭ 70 (+29.63%)
Mutual labels:  keras-tensorflow
keras tfrecord
Extending Keras to support tfrecord dataset
Stars: ✭ 61 (+12.96%)
Mutual labels:  keras-tensorflow
Keras ile Derin Ogrenmeye Giris
BTK Akademi -1 Milyon İstihdam Projesi için Merve Ayyüce Kızrak tarafından Hazırlanmıştır.
Stars: ✭ 109 (+101.85%)
Mutual labels:  keras-tensorflow
Facial-Expression-Recognition
Facial Expression Recognition with Keras
Stars: ✭ 17 (-68.52%)
Mutual labels:  keras-tensorflow

PWC

Real Time Violence Detection in Video

The source code associated with the paper Robust Real-Time Violence Detection in Video Using CNN And LSTM

for simple demo please see this video https://www.youtube.com/watch?v=qeFrjFa5Rxc

the trained wights can be downloaded from this url https://drive.google.com/file/d/11IN2npH3i8PhzECNMcxfIQNFWPROr5gt/view?usp=sharing

Detection of a violence event in surveillance systems is playing a significant role in law enforcement and city safety. The effectiveness of violence event detectors measures by the speed of response and the accuracy and the generality over different kind of video sources with a different format. Several studies worked on the violence detection with focus either on speed or accuracy or both but not taking into account the generality over different kind of video sources. In this paper, we proposed a real-time violence detector based on deep-learning methods. The proposed model consists of CNN as a spatial feature extractor and LSTM as temporal relation learning method with a focus on the three-factor (overall generality - accuracy - fast response time). The suggested model achieved 98% accuracy with speed of 131 frames/sec. Comparison of the accuracy and the speed of the proposed model with previous works illustrated that the proposed model provides the highest accuracy and the fastest speed among all the previous works in the field of violence detection.

please use Tensorflow version 2.0.0 , the other dependencies is numpy skimage.io opencv PIL , BytesIO , time

training wight on kaggle https://www.kaggle.com/datasets/iraqai/violencewights-combo94-cnn-lstm

full usage example on kaggle https://www.kaggle.com/code/iraqai/real-time-violence-detection-in-video

if you use pytorch i build another model with pytorch you can found it here https://github.com/mamonraab/violance-detection-in-video-with-pytroch

To cite our paper/code:

@INPROCEEDINGS{8852616,
author={A. R. {Abdali} and R. F. {Al-Tuma}},
booktitle={2019 2nd Scientific Conference of Computer Sciences (SCCS)},
title={Robust Real-Time Violence Detection in Video Using CNN And LSTM},
year={2019},
volume={},
number={},
pages={104-108},
keywords={convolutional neural nets;feature extraction;learning (artificial intelligence);video signal processing;CNN;violence event detector measures;overall generality;accuracy factor;fast response time;temporal relation learning method;deep-learning methods;real-time violence detector;video sources;city safety;law enforcement;surveillance systems;LSTM;robust real-time violence detection;CNN;LSTM;Violence Detection;Smart Cities;Deep Learning},
doi={10.1109/SCCS.2019.8852616},
ISSN={null},
month={March},}

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].