Abnormal_Event_Detection icon indicating copy to clipboard operation
Abnormal_Event_Detection copied to clipboard

test.npy load error

Open beyhangl opened this issue 6 years ago • 5 comments

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'

beyhangl avatar Sep 03 '18 11:09 beyhangl

Run processor.py to create a test.npy dump.

harshtikuu avatar Sep 03 '18 12:09 harshtikuu

I did but is not creating test.npy ?

aarthipriyar avatar Nov 04 '18 13:11 aarthipriyar

rename to test?

BelivLi avatar May 11 '19 13:05 BelivLi

the same problem here, processor.py does not create test.npy

arash9900 avatar Jun 06 '19 09:06 arash9900

solved with help of this link: https://github.com/blackeagle01/Abnormal_Event_Detection/issues/6#issuecomment-366175997

arash9900 avatar Jun 06 '19 15:06 arash9900