-
Notifications
You must be signed in to change notification settings - Fork 1
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
The evaluation and training code #1
Comments
Could you provide more details about the issue for reproducing your error? What is the command that you have executed and what is the output? |
Ey, there was a typo on the commands in the README 😓. They are now updated: python in2in/scripts/eval/interhuman.py \
--model configs/models/in2IN.yaml \
--evaluator configs/eval.yaml \
--mode [individual, interaction, dual] \
--out results \
--device 0 \
--mode interaction \ python in2in/scripts/eval/DualMDM.py \
--model configs/models/DualMDM.yaml \
--evaluator configs/eval.yaml \
--device 0 \ Test it and let me know if everything is working as expected. |
Okay, I will continue to try. |
The mean and std for all the normalizers have been updated in the commit 96c38cb. They can be found in the in2in/utils/ folder without downloading any additional file. |
The evaluation and training code you published seems to have some issues. They both rely on the same file named 'infer', and I'm unable to successfully run the evaluation and training code. Could you please take a look at it?
The text was updated successfully, but these errors were encountered: