GitXplorerGitXplorer
X

Violence-Detection

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
c637076633a1760e146a20739f0901333c119773

Update README.md

XXrenya committed 4 years ago
Verified
b2facd7298d52b65b7e93dafc1666277e79f6026

Update README.md

XXrenya committed 4 years ago
Verified
2031c70767093d9d0d1bfc26c11f4441d5ed5ffe

Update README.md

XXrenya committed 4 years ago
Verified
1a0093e46c1f85dda1874132f8d5a79111f3d976

Update README.md

XXrenya committed 4 years ago
Verified
f17fe48af276c5f8359ab65a71e14128270d195c

Update README.md

XXrenya committed 4 years ago
Verified
8f7d02533bc2d6fd3e4f1b847634fe2211cfc7e2

Add files via upload

XXrenya committed 4 years ago

README

The README file for this repository.

Violence-Detection

(Almost) Real Time Violence Detection in Video.

Updated version tf

TO DO:

  • [X] ipynb version works for videos.
  • [X] ipynb version works for a web camera.
  • [ ] web-version is broken.
  • [ ] Clean code.
  • [ ] Grammar and proper naming.

Questions:

  1. Which datasets were used to train model to get weights.

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

The trained weights can be downloaded from google drive.

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.

Reference:

  1. Real Time Violence Detection in Video : https://github.com/mamonraab/Real-Time-Violence-Detection-in-Video-