You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have downloaded the MPII dataset, but what should I do to generate the .H5 file?
Here are the problems I encountered during training.
**
f = File('{}/mpii/annot/{}.h5'.format(ref.dataDir, split), 'r')
File "D:\anaconda\envs\Pytorch3\lib\site-packages\h5py_hl\files.py", line 312, in init
fid = make_fid(name, mode, userblock_size, fapl, swmr=swmr)
File "D:\anaconda\envs\Pytorch3\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
**
The text was updated successfully, but these errors were encountered:
I have downloaded the MPII dataset, but what should I do to generate the .H5 file?
Here are the problems I encountered during training.
**
f = File('{}/mpii/annot/{}.h5'.format(ref.dataDir, split), 'r')
File "D:\anaconda\envs\Pytorch3\lib\site-packages\h5py_hl\files.py", line 312, in init
fid = make_fid(name, mode, userblock_size, fapl, swmr=swmr)
File "D:\anaconda\envs\Pytorch3\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
**
The text was updated successfully, but these errors were encountered: