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

Question about dataset MPII #50

Open
Ssrzbao opened this issue Dec 20, 2018 · 1 comment
Open

Question about dataset MPII #50

Ssrzbao opened this issue Dec 20, 2018 · 1 comment

Comments

@Ssrzbao
Copy link

Ssrzbao commented Dec 20, 2018

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
**

@xingyizhou
Copy link
Owner

Hi,
The h5 data is from the original torch Hourglass implementation from Newell et al., which looks like to be generated by this code.

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

2 participants