LekshmyHari
LekshmyHari
This is the error i am getting while running test.py. fid = open(file, "rb") FileNotFoundError: [Errno 2] No such file or directory: 'test.npy'
Got it. Thanks ! Would it be possible to output the frame numbers as well on which anomalous activities are detected on each of the test video.
Much thanks. Was actually looking for having bounding boxes around the activity in an anomalous frame. Would that be practical?
Hi, Would it be possible to share the trained model please? As i am using a CPU machine it is really taking a lot of time to run 1000 epochs.
Many thanks for your prompt response. I tested the model (i renamed the model.h5 to AnomalyDetector.h5 which the functions reads) with the avenue test data set which i downloaded from...
Did you get a chance to look into this please? Is the shared model file an optimized one?
I tweaked the threshold value a bit and it is working fine now.
Thank you for your response. I am testing using the test videos in avenue dataset. I changed the threshold value to as low as 0.0001 today and all of the...
Ok will try to do it on a GPU system in that case. Did you get a chance to look at the code for frame display and bounding box please?
Thank you. I did a bit of testing by tweaking the threshold value using the avenue dataset. I tested by putting all anomalous videos and all normal videos inside the...