object_centric_VAD icon indicating copy to clipboard operation
object_centric_VAD copied to clipboard

An Tensorflow Re-Implement of CVPR 2019 "Object-centric Auto-Encoders and Dummy Anomalies for Abnormal Event Detection in Video"

Results 8 object_centric_VAD issues
Sort by recently updated
recently updated
newest added

Hello, thanks for your help. I have finished the experiment. However, my result on avenue is only 0.448 auc, which is far from the experimental result. May I ask what...

there is no directory named as frozen_inference_graph.pb. How do I create it?

hi, i run your code in my server and i found there is a 'test cae perform' function in the code. So, i run it, and got ''' 0.7018773380308058 dataset...

你好,我使用test.py文件输出的时候了很大的异常值 python test.py --gpu 0 --dataset avenue --model_path /data/share/imageAlgorithm/zhangcheng/code/object_centric_VAD/CAE/avenue --dataset_folder /data/share/imageAlgorithm/data/FutureFramePredictionForAnomalyDetection/avenue/testing/frames/ --svm_model /data/share/imageAlgorithm/zhangcheng/code/object_centric_VAD/SVM/avenue.m ![Snipaste_2020-06-18_18-34-25](https://user-images.githubusercontent.com/34908468/85010299-5d7c7300-b192-11ea-8102-bbc374293492.jpg) 画图使用的是vis_psnr.py文件,得到不好的数据和图,对于avenue数据集的6号测试视频 ![Snipaste_2020-06-18_18-33-33](https://user-images.githubusercontent.com/34908468/85010266-4c336680-b192-11ea-9538-f5af28d2f122.jpg)

For about 1 month, I tried to reproduce your result, however, I always failed to get it. The following concepts confused me: 1. In the paper, it said, " For...

Hi @fjchange , Did you try to use your code with UCF-Crime dataset? Thanks for your hard working.

I'm glad you share such a good code,and is there UMN data sets and ground truth frame mark? Could you please share with me?Thank you.

Denominate and initialization corrections of some variables. Great job! I hope my correction can contribute to the work. :)