GitXplorerGitXplorer
X

Violence-Detection

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
82576d55450659b5e54d6fffdc37a56774a7cc49

Delete model.ipynb

XXrenya committed 4 years ago
Verified
40a23d35ebe9dd222e7ce96a4fb9accfb4dc2fb3

Update README.md

XXrenya committed 4 years ago
Verified
e1d3161414b039e4e2ec73945f26dc78c49f64bd

Add files via upload

XXrenya committed 4 years ago
Verified
9dfad8405a2302c48693b59f3aa30daed4f26c6b

Delete Untitled.ipynb

XXrenya committed 4 years ago
Verified
5cdbd0f0d1935d754d9d7d84460789e3e456f9c6

Update README.md

XXrenya committed 4 years ago
Verified
3b61fd8b3b14b94dec0144b4f1a0995f9d8e47ff

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-