Abnormal_Event_Detection icon indicating copy to clipboard operation
Abnormal_Event_Detection copied to clipboard

Abnormal Event Detection in Videos using SpatioTemporal AutoEncoder

Results 31 Abnormal_Event_Detection issues
Sort by recently updated
recently updated
newest added

When running processor.py I'm having the following error: a, b, c =imagestore.shape ValueError: not enough values to unpack (expected 3, got 1)

![pc](https://user-images.githubusercontent.com/35416507/64932610-d7ce3e80-d872-11e9-8e85-0cc62e2be932.png)

The issue has been fixed. Thanks _Originally posted by @harshtikuu in https://github.com/harshtikuu/Abnormal_Event_Detection/issues/1#issuecomment-348557787_ Edit: ---> 61 training_data=training_data.reshape(-1,227,227,10) ValueError: cannot reshape array of size 11186560 into shape (227,227,10)

please could anyone guide in details how to run this code.

I have downloaded the model file and performed testing over UCSD- Ped2 and CUHK-datasets. Doubts: 1) I didn't achieve the same AUC as reported in the paper. 2) The model...

Good morning, Sir I would like to consult you about the evaluation indicators in the abnormal event detection code you provided.I would like to ask you to help provide the...

Can any on help on this error and guide for successful execution of code in google colab

i am new in python i am using pycharm, so how can i run processor.py please help me

Thanks for sharing the work. I am bit confused about the testing phase. Couldn't actually decipher when and where the file test.npy which is used in testing phase is produced....

Assuming this is the implementation of the paper "Abnormal Event Detection in Videos using SpatioTemporal AutoEncoder" 1) I think all frames need to be used for training than sampled frames....