GitXplorerGitXplorer
X

Violence-Detection

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
ec900151a000ff1d27e9090856162be5da7abf1d

Update README.md

XXrenya committed 4 years ago
Verified
78af5843b3c0a7f0ebfea39d398e68cb0c4f48cf

Update README.md

XXrenya committed 4 years ago
Verified
d14328e48bbef20ecc851457cbb759fcb02d6350

Update README.md

XXrenya committed 4 years ago
Verified
07ee5162859c0459c028c1ec7de9e2d837721d6f

Update README.md

XXrenya committed 4 years ago
Verified
16ffe618fdb6621aceffa7eb25404b05d2f73c65

Update README.md

XXrenya committed 4 years ago
Verified
e4b2f0832ca805ee799a24e2a3aae447c82f5d76

Update README.md

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-