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

Training config for paper results #15

Closed
Stephanie-Shen324 opened this issue Mar 7, 2022 · 6 comments
Closed

Training config for paper results #15

Stephanie-Shen324 opened this issue Mar 7, 2022 · 6 comments

Comments

@Stephanie-Shen324
Copy link

Would you mind sharing the configs used for table 2 & 3? Since they are trained for 24 epochs on the full waymo dataset, which takes a long time to run, I want to get it right for reproducing the results.

Thank you very much for the help!

@Abyssaledge
Copy link
Collaborator

Thanks for using SST.
I will update the configs later.
If you are in a hurry, you could refer to sst_waymoD5_1x_car_8heads_wnms.py and sst_waymoD5_1x_ped_cyc_8heads_3f.py. You just need to change the epoch number to 24 and the dataset interval to 1. If it goes well you will get similar numbers in the tables or even better.

@Stephanie-Shen324
Copy link
Author

Thank you for the prompt reply!

How about the learning rate setup? I assume you used cosine_2x.py, where the lr is 1e-5, while in the paper the lr is 0.001.

@Abyssaledge
Copy link
Collaborator

You don't need to change the learning rate, 1e-5 is the initial learning rate before warmup, which will increase to 1e-3 after 10% iterations.

@Stephanie-Shen324
Copy link
Author

Got it. And did you use the Weighted NMS for car?

@Abyssaledge
Copy link
Collaborator

Abyssaledge commented Mar 7, 2022

Got it. And did you use the Weighted NMS for car?

Yes, it improves SST_1f around 0.6 Vehicle AP.

@Stephanie-Shen324
Copy link
Author

Thank you! I will update results when I get them. Great repo by the way!

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