rayat137 / Pose_3D

Exploiting temporal information for 3D pose estimation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

offsets.h5 error

ilikeokoge opened this issue · comments

commented

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?

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.

commented

Thanks a lot!