-
Notifications
You must be signed in to change notification settings - Fork 29
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
Invalid objects warning occured when loading waymo training data #42
Comments
Hi, the past_len should be set as 11 for Waymo official split. Can you try again? |
Hi Alan, thank you for your reply. After setting the
Thank you for your time on this matter. |
The result is not normal. I will check the code. Thanks for pointing out. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Alan, Thank you for your excellent work!
I encountered a problem when I wanna train wayformer on the waymo dataset. It would be grateful if you can offer any help.
What is the problem
When I run
python train.py
The outputs are
How to reproduce the problem
My
config.yaml
isThen run
python train.py
Possible reasons
I find that some people use v1.2.0 while other use v1.2.1 or v1.1.0. In addition, could I ask
uncompressed/scenario/training
anduncompressed/scenario/training_20s
, which one is what we need?config.yaml
The text was updated successfully, but these errors were encountered: