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

where is model_registrar-%d.pt? #92

Open
MachineShu opened this issue Oct 29, 2023 · 1 comment
Open

where is model_registrar-%d.pt? #92

MachineShu opened this issue Oct 29, 2023 · 1 comment

Comments

@MachineShu
Copy link

MachineShu commented Oct 29, 2023

python 3.9,pycharm
file: Trajectron-plus-plus-master\experiments\pedestrians - evaluate.py
and model_regiatrar.py in "def load_models(self, iter_num):

where can find model_registrar-%d.pt ?

@MachineShu MachineShu changed the title the problem of Loop import where is model_registrar-%d.pt? Oct 29, 2023
@Junaidfayazlone
Copy link

I have found the fix. The problem is when you use this command
python evaluate.py --model models/eth_vel --checkpoint 100 --data ../processed/eth_test.pkl --output_path results --output_tag eth_vel_12 --node_type PEDESTRIAN
you say your --model is in --models/eth_vel, But when you train it will be different folder named like models_01_Nov_2023_19_47_16_eth_vel_ar3
so just change --model models/eth_vel to models/models_01_Nov_2023_19_47_16_eth_vel_ar3 or whatever it is saved as.

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