We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@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!
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Try h5py==2.9.0, it worked for me!
h5py==2.9.0
No branches or pull requests
@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!
The text was updated successfully, but these errors were encountered: