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
installed h5py and 1.0<=Tensorflow<2.0 (2.0 does not work for me, so I downgrade that to 1.3)
made sure matplotlib==2.2 (some other versions might work well, but, for me, only 2.2 works among several versions I tried)
commented all lines in create_movie.py, data_util.py, temporal_3d.py that use variables "offsets_train", "offsets_test"
python temporal_3d.py --camera_frame --dropout 0.5 --data_dir data/h36m/ (Plz make sure specify "data_dir" path.)
Here are my outputs:
I hope this "add-up" instruction could help whoever want to run this framework after me :)
The text was updated successfully, but these errors were encountered:
Hi @no-Seaweed thanks for the fix. I am really sorry that I did not manage time to fix this repo. Can you submit a pull request?
Sorry, something went wrong.
No branches or pull requests
installed h5py and 1.0<=Tensorflow<2.0 (2.0 does not work for me, so I downgrade that to 1.3)
made sure matplotlib==2.2 (some other versions might work well, but, for me, only 2.2 works
among several versions I tried)
commented all lines in create_movie.py, data_util.py, temporal_3d.py that use variables "offsets_train", "offsets_test"
python temporal_3d.py --camera_frame --dropout 0.5 --data_dir data/h36m/ (Plz make sure specify "data_dir" path.)
Here are my outputs:
I hope this "add-up" instruction could help whoever want to run this framework after me :)
The text was updated successfully, but these errors were encountered: