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

Question about FGD #4

Open
nlc1234 opened this issue May 23, 2023 · 5 comments
Open

Question about FGD #4

nlc1234 opened this issue May 23, 2023 · 5 comments

Comments

@nlc1234
Copy link

nlc1234 commented May 23, 2023

Hello,
In the FGD section, what do you mean "Put challenge system results on data/Cond_??."?, And I can not find it.
Cound you please tell me some ideas?
Thanks!

@youngwoo-yoon
Copy link
Collaborator

Hello,
First of all, I recommend seeing a more recent repo here: https://github.com/genea-workshop/genea_numerical_evaluations
You can find the zenodo link in README which contains all the results.

@nlc1234
Copy link
Author

nlc1234 commented May 23, 2023

Thanks for your reply, I got two errors
1, "self.net.load_state_dict(ckpt['gen_dict'])", the error is "Error(s) in loading state_dict for DataParallel:",
2, "folders = sorted([f.path for f in os.scandir(generated_data_path) if f.is_dir()])", the "generated_data_path"has data , but folders is empty.
Could you please give me some ideas?

@Svito-zar
Copy link
Owner

@nlc1234 , can you please clarify which script are you running and maybe provide the full trace of the output?

@nlc1234
Copy link
Author

nlc1234 commented May 24, 2023

Thanks for your replaying,
I run the evaluate_FGD.py, but it did not hava any output. When the code runs to this line "fgd_evaluator = EmbeddingSpaceEvaluator(ae_path, n_frames, device)", it will Jump to another script called "embedding_space_evaluate.py", and the line "self.net.load_state_dict(ckpt['gen_dict'])" will be error. It seemed miss the key "module". The specific error information is given below:
RuntimeError: Error(s) in loading state_dict for ***: Missing key(s) in state_dict:
image

and what the meaning of this data?

@Svito-zar
Copy link
Owner

you need to put your resulting BVH files into the data folder under Cond_XX subfolder

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

3 participants