Abnormal_Event_Detection
Abnormal_Event_Detection copied to clipboard
test.npy load error
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 or directory: 'test.npy'
Run processor.py to create a test.npy dump.
I did but is not creating test.npy ?
rename to test?
the same problem here, processor.py does not create test.npy
solved with help of this link: https://github.com/blackeagle01/Abnormal_Event_Detection/issues/6#issuecomment-366175997