Skip to content
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

About the path "./results_pretrained/" in the evaluation code #2

Closed
KVBK01 opened this issue Nov 4, 2021 · 3 comments
Closed

About the path "./results_pretrained/" in the evaluation code #2

KVBK01 opened this issue Nov 4, 2021 · 3 comments

Comments

@KVBK01
Copy link

KVBK01 commented Nov 4, 2021

Thanks for you wonderful work and code!
I have a question about the path "./results_pretrained/" in the evaluation code.

in the eval.py, line 484, it says
cp_path = './results_pretrained/h36m_linNF_pose_prior_float/models/vae_0025.p' if cfg.dataset == 'h36m' else
​'./results_pretrained/humaneva_nf/models/vae_0025.p'

But your provided code does not contain a "results_pretrained" folder. I am wondering, do I need to train again and then make my own "results_pretrained" to run the evaluation code?

I would appreciate it very much if you could reply!

@wei-mao-2019
Copy link
Owner

Thank you for pointing it out.

It should be cp_path = './results/h36m_linNF_pose_prior_float/models/vae_0025.p'. I will update this.

@KVBK01
Copy link
Author

KVBK01 commented Nov 11, 2021

Thank you for pointing it out.

It should be cp_path = './results/h36m_linNF_pose_prior_float/models/vae_0025.p'. I will update this.

Thanks for your kind reply!
But your provided "results" folder also does not contain a "h36m_linNF_pose_prior_float" subfolder...
Maybe it should be the "./results/h36m_nf" folder ?

@wei-mao-2019
Copy link
Owner

wei-mao-2019 commented Nov 12, 2021

Yes, you are right. It has been updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants