3DMM-ICME2023 / AnomalyDetectionCVPR2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Here you can find Training/Testing Code for our anomaly Detection project which was published in Computer Vision and Pattern Recognition, CVPR 2018.

Training_AnomalyDetecor_public.py is to Train Anomaly Detection Model

Testing_Anomaly_Detector_public.py is to test trained Anomaly Detection Model

Save_C3DFeatures_32Segments is to save already computed C3D features for the whole video into 32 segment features.

weights_L1L2.mat: It contains the pre-trained weights for the model ‘model.json’.

Demo_GUI: We have provided a simple GUI which can be used to see results of our approach on sample videos.

SampleVideos: This folder contains C3D features (32 segments) for sample videos. It order to see testing results for the features in this folder, please copy the corrosponding videos in the same folder.

Plot_All_ROC: This code can be use to plot the ROC results reported in the paper. The data to plot ROCs of methods discussed in the paper can be found in folder Paper_Results.

The project page and UCF-Crimes dataset can be found at: http://crcv.ucf.edu/projects/real-world/

If you find any bug, or have some questions, please contact Waqas Sultani: waqas5163@gmail.com

Citation:

@InProceedings{Sultani_2018_CVPR,

author = {Sultani, Waqas and Chen, Chen and Shah, Mubarak},

title = {Real-World Anomaly Detection in Surveillance Videos},

booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},

month = {June},

year = {2018}

}

About


Languages

Language:Python 73.4%Language:MATLAB 26.6%