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

Do you have the plan to share the training code? #2

Open
zhangxujinsh opened this issue Jun 22, 2022 · 2 comments
Open

Do you have the plan to share the training code? #2

zhangxujinsh opened this issue Jun 22, 2022 · 2 comments

Comments

@zhangxujinsh
Copy link

Thanks

@shikharvashistha
Copy link

shikharvashistha commented Oct 17, 2023

+1

specifically would like to know, how to train trajectron++ on apolloscape dataset

@zqzqz
Copy link
Owner

zqzqz commented Mar 5, 2024

Sorry for not maintaining this repo for a long time. I train the models using dirty hardcodes in the original model repos, so sadly there is no clean scripts. However, I can try my best to provide instructions.

For training trajectron++ on apolloscape:

  1. Change process_data.py to apolloscape version as attached. Originally the file use nuscenes API to generate intermediate data. Now the input will be apolloscape but the output should be in the similar format. As apolloscape lacks physics dynamic information like velocity and heading, some estimation is needed.

  2. The config of training need to be modified. Important variables are prediction_horizon and maximum_history_length determining how long the history and predicted trajectories are.

Attached train_trajectron_on_apolloscape.zip

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