Garfield-kh/PoseTriplet

no such file or directory: './data_cross/3dhp/3dhp_testset_bySub.pkl'

JiahongWu1995 opened this issue · 3 comments

Hello, I am very interesting in your excellenct work!
When I run the code in script-summary-gt2d-v5.sh, I get the following error:
no such file or directory: './data_cross/3dhp/3dhp_testset_bySub.pkl'
How can I get this file? thank you!

CUDA_VISIBLE_DEVICES=0 python posegan_train.py --note vp_0 --add_random_cam False -e 50 -b 512 -lr 3e-4 -lrgcam 1e-4 -lrdcam 1e-4 --df 3 -k gt --dcam_choice dcam_pa1 --cam_r_range 0.5 --cam_t_range 3. --expert_dict_path ../imitator/checkpoint/exp_h36m_gt2d_v5/helix_0/results/posemimic/subject_h36m_helix_0/results/iter_0900_train_naivefs.p --checkpoint ./checkpoint/exp_h36m_gt2d_v5/helix_0/results/posemimic/subject_h36m_helix_0/results/iter_0900_train_naivefs

Hi, thank you for the interest!
I have uploaded the pkl file in checkpoint folder.
You can use it by placing it in the estimator folder.

Hi, thank you for the interest! I have uploaded the pkl file in checkpoint folder. You can use it by placing it in the estimator folder.

it would be a great help!! Thanks for your reply!!