rayat137 / Pose_3D

Exploiting temporal information for 3D pose estimation
82 stars 10 forks source link

offsets.h5 error #4

Closed ilikeokoge closed 5 years ago

ilikeokoge commented 5 years ago

thank you for your code. I try to use your code, but I have encountered error below.

OSError: Unable to open file (unable to open file: name = 'E:\learning_dataset\h36m\offsets.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)

Do you know offsets.h5?

rayat137 commented 5 years ago

Hi. Thanks for letting me know of the issue. Actually offsets.h5 is not necessary. There is a function which loads the offsets. I forgot to comment that. It was for some trial experiment and not used in our paper. I will fix it.

ilikeokoge commented 5 years ago

Thanks a lot!