harvitronix / five-video-classification-methods

Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow

Home Page:https://medium.com/@harvitronix/five-video-classification-methods-implemented-in-keras-and-tensorflow-99cad29cc0b5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

extract_features.py

avvaruvenkatsai opened this issue · comments

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.