Traceback (most recent call last):
File "main.py", line 104, in
train(batch_size=2, epoch_num=10)
File "main.py", line 13, in train
y_train, x_train = data_utils.load_data(data_type='train')
File "/home/thangnn/Projects/HTI/license_plate_clear/ImageDeblurring-master/data_utils.py", line 59, in load_data
with h5py.File('data/data.h5', 'r') as f:
File "/home/thangnn/Projects/HTI/license_plate_clear/lp_detection/venv/lib/python3.7/site-packages/h5py/_hl/files.py", line 408, in init
swmr=swmr)
File "/home/thangnn/Projects/HTI/license_plate_clear/lp_detection/venv/lib/python3.7/site-packages/h5py/_hl/files.py", line 173, 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 88, in h5py.h5f.open
OSError: Unable to open file (unable to open file: name = 'data/data.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)
Traceback (most recent call last): File "main.py", line 104, in
train(batch_size=2, epoch_num=10)
File "main.py", line 13, in train
y_train, x_train = data_utils.load_data(data_type='train')
File "/home/thangnn/Projects/HTI/license_plate_clear/ImageDeblurring-master/data_utils.py", line 59, in load_data
with h5py.File('data/data.h5', 'r') as f:
File "/home/thangnn/Projects/HTI/license_plate_clear/lp_detection/venv/lib/python3.7/site-packages/h5py/_hl/files.py", line 408, in init
swmr=swmr)
File "/home/thangnn/Projects/HTI/license_plate_clear/lp_detection/venv/lib/python3.7/site-packages/h5py/_hl/files.py", line 173, 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 88, in h5py.h5f.open
OSError: Unable to open file (unable to open file: name = 'data/data.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)