Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harshtikuu/Abnormal_Event_Detection
Abnormal Event Detection in Videos using SpatioTemporal AutoEncoder
https://github.com/harshtikuu/Abnormal_Event_Detection
anomaly-detection convolutional-neural-networks deep-learning keras livestream lstm-neural-networks machine-learning neural-network opencv python tensorflow video-processing
Last synced: 2 months ago
JSON representation
Abnormal Event Detection in Videos using SpatioTemporal AutoEncoder
- Host: GitHub
- URL: https://github.com/harshtikuu/Abnormal_Event_Detection
- Owner: harshtikuu
- Created: 2017-10-20T21:38:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T05:31:09.000Z (4 months ago)
- Last Synced: 2024-09-13T16:52:03.142Z (4 months ago)
- Topics: anomaly-detection, convolutional-neural-networks, deep-learning, keras, livestream, lstm-neural-networks, machine-learning, neural-network, opencv, python, tensorflow, video-processing
- Language: Python
- Size: 21.8 MB
- Stars: 174
- Watchers: 13
- Forks: 87
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Abnormal_Event_Detection
Abnormal Event Detection in Videos using SpatioTemporal AutoEncoderCode for the [paper](https://arxiv.org/abs/1701.01546).
# Dependencies:
Install ffmpeg for Video frame extraction.
# Library based Dependencies:
numpy
sklearn
keras
tensorflow
h5py
scipy
OpenCV
# Instructions
Run processor.py with args the path of Video directory and frame rate.
Run train.py to train the model
Run test.py to test on testing data.
Run start_live_feed.py to test the model on live webcam feed.
You can adjust the threshold parameter in test.py to different values to adjust sensitivity
Datasets Recommended: Avenue Dataset for Anomaly Detection
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=harshtikuu/Abnormal_Event_Detection&type=Date)](https://star-history.com/#harshtikuu/Abnormal_Event_Detection&Date)