harvitronix / five-video-classification-methods

Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow
https://medium.com/@harvitronix/five-video-classification-methods-implemented-in-keras-and-tensorflow-99cad29cc0b5
MIT License
1.17k stars 479 forks source link

extract_features.py #113

Closed avvaruvenkatsai closed 5 years ago

avvaruvenkatsai commented 5 years ago

hi everyone,when i'm running extract_features.py, i'm getting these errors. Help me out python extract_features.py /home/venchi/anaconda3/lib/python3.6/site-packages/h5py/init.py:37: FutureWarning: Conversion of the second argument of issubdtype from float to np.floating is deprecated. In future, it will be treated as np.float64 == np.dtype(float).type. from ._conv import register_converters as _register_converters Using Theano backend. 0%| | 0/12015 [00:00<?, ?it/s]Traceback (most recent call last): File "extract_features.py", line 56, in np.save(path, sequence) File "/home/venchi/anaconda3/lib/python3.6/site-packages/numpy/lib/npyio.py", line 492, in save fid = open(file, "wb") FileNotFoundError: [Errno 2] No such file or directory: 'data/sequences/v_WallPushups_g15_c03-40-features.npy'

Thanks in advance.