Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with saving the festure vectors using HDF5 #12

Open
antaovanessa1 opened this issue Apr 20, 2020 · 0 comments
Open

Issue with saving the festure vectors using HDF5 #12

antaovanessa1 opened this issue Apr 20, 2020 · 0 comments

Comments

@antaovanessa1
Copy link

Hi Sir Gogul,
thanks for such a detailed post on image classification.
Everything works fine in global.py till the code to save the feature vectors using HDF5
below is the error i get....And in output folder it doesn't create the two files with .h5 extension

File "c:/Users/VANESSA ANTAO/Anaconda3/python/image-classification-python-master/global.py", line 117, in
h5f_data = h5py.File(h5_data, 'w')
File "C:\Users\VANESSA ANTAO\Anaconda3\envs\opencv\lib\site-packages\h5py_hl\files.py", line 408, in init
swmr=swmr)
File "C:\Users\VANESSA ANTAO\Anaconda3\envs\opencv\lib\site-packages\h5py_hl\files.py", line 179, in make_fid
fid = h5f.create(name, h5f.ACC_TRUNC, fapl=fapl, fcpl=fcpl)
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 108, in h5py.h5f.create
OSError: Unable to create file (unable to open file: name = 'output/data.h5', errno = 2, error message = 'No such file or directory', flags = 13, o_flags = 302)

I really need the help for my current college project

Thanks in Anticipation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant