GitXplorerGitXplorer
X

Violence-Detection

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
66eb089316356acc7902a4b66e1af2f8003b6ea5

Update README.md

XXrenya committed 4 years ago
Verified
0a334aa9c8d727cb33e7665ce664c77231acd33a

Update README.md

XXrenya committed 4 years ago
Verified
30dc6e14d89a877a6a992591034797698bc06567

Update README.md

XXrenya committed 4 years ago
Verified
98af8754fa5c66ec8d4bd1c5eba9062a224d5e32

Update README.md

XXrenya committed 4 years ago
Verified
21a2d9e9f2dd8aa2ee26f978b9069fcc62e04c14

Update README.md

XXrenya committed 4 years ago
Verified
cab773bd1f6968dbc08ccd2aaa19fff790debb54

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-