DeanDon / 3D-CNN

3D-CNN for Action Recognition(UCF-101 dataset)
3 stars 3 forks source link

The system cannot find the path specified: #1

Open sarmadm opened 5 years ago

sarmadm commented 5 years ago

Hi

In config.py I make __C.DATA_DIR = '/data/UCF101/' but it shows me this error :

FileNotFoundError: [WinError 3] The system cannot find the path specified: '/data/UCF101/BenchPress/v_BenchPress_g01_c06.avi'

sarmadm commented 5 years ago

File "test.py", line 269, in pre_test model.load_weights('Conv3D_101_8l3.h5_92%') File "C:\Users\sarmad\Anaconda3\envs\keras_v\lib\site-packages\keras\engine\network.py", line 1157, in load_weights with h5py.File(filepath, mode='r') as f: File "C:\Users\sarmad\Anaconda3\envs\keras_v\lib\site-packages\h5py\_hl\files.py", line 312, in __init__ fid = make_fid(name, mode, userblock_size, fapl, swmr=swmr) File "C:\Users\sarmad\Anaconda3\envs\keras_v\lib\site-packages\h5py\_hl\files.py", line 142, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py\_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py\_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py\h5f.pyx", line 78, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = 'Conv3D_101_8l3.h5_92%', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0

EliminateDesire commented 3 years ago

请问"data/UCF-101-img"数据集是如何生成的