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

Data set error #34

Open
mslqing opened this issue Nov 7, 2020 · 2 comments
Open

Data set error #34

mslqing opened this issue Nov 7, 2020 · 2 comments

Comments

@mslqing
Copy link

mslqing commented Nov 7, 2020

@garyzhao Hello, thank you very much for your work.
When I ran Python prepare_data_h36m.py --from- Archive H36m.zip, I got the following error:

Extracting Human3.6M dataset from h36m.zip
Converting...
Traceback (most recent call last):
File "prepare_data_h36m.py", line 66, in
positions = hf['3D_positions'].value.reshape(32, 3, -1).transpose(2, 0, 1)
AttributeError: 'Dataset' object has no attribute 'value'

Looking forward to your reply!

@garyzhao
Copy link
Owner

Hi @mslqing ,

I guess this is because you use a higher version of h5py where their API is changed.

Could you please try to downgrade it to a lower vision?

Best,
Long

@yangchris11
Copy link

Try h5py==2.9.0, it worked for me!

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

3 participants