rayat137 / Pose_3D

Exploiting temporal information for 3D pose estimation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Several useful modifications I did to make this framework work

no-Seaweed opened this issue · comments

  • 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:

image

image

I hope this "add-up" instruction could help whoever want to run this framework after me :)

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?