Abnormal_Event_Detection
Abnormal_Event_Detection copied to clipboard
Abnormal Event Detection in Videos using SpatioTemporal AutoEncoder
These code is giving error to read from test.npy folder. It's executable code for test.py but why this code needs that ? > `X_test=np.load('test.npy')` IOError: [Errno 2] No such file...
usage: processor.py [-h] source_vid_path fps processor.py: error: too few arguments
in processor.py vidos has to covert to frames, but frames folder is not created.... Kindly reply soon
When I tested on avenue dataset, I found that the code does not detect anomaly of 1) a person running fast on the walk way (avenue_01 test video). 2) The...
Hi, I have some questions, please help me to solve them. 1, what does the npy file generated by processor. py ? What is stored in this file? 2. When...
Hi, I had a doubt regarding the temporal encoding portion of the spatiotemporal autoencoder. Looking at the documentation, it seems that the ConvLSTM2D accepts input with dimensions as (batch_size, time,...
1. how can i show the frame which has loss < threshold ?????? any help please thanks
the training and the testing ware working good when the batch_size=1 then i tried to set the batch-size to 30 i got the following issue. **What i got** Model has...
Added log entry. After training, an error chart is plotted. Added saving model in json format.
When grayscale image the code is worked but i wonder whether how to use the model to colored three channel images. How to rearrange the model which is defined in...