-
Notifications
You must be signed in to change notification settings - Fork 10
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
offsets.h5 error not fixed? #14
Comments
Hello, I am trying to run the pre-trained model you provide in the instruction. I fixed errors in previous issues by specifying data directory, but I get the same new error. The entire log in below
I am not sure why the code is trying to access offsets.h5, which does not exist in the h36m folder from the dropbox link (in previous issue). Also, I have the exact same directory structure as the author of the previous issue. Could anyone give me some help? Thanks in Advance! |
#4 , Not fixed yet?
I have the same problem
OSError: Unable to open file (unable to open file: name = './h36m/offsets.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)
i run below
python temporal_3d.py --use_sh --camera_frame --dropout 0.5 --load 1798202 --evaluate --data_dir ./h36m
use pre_trained model
The text was updated successfully, but these errors were encountered: