-
Notifications
You must be signed in to change notification settings - Fork 20
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
Can't read Waymo Log Files #10
Comments
Hi, I have just encountered the same problem. Have you find the solution? I'll be more than grateful if you can share with me! |
I guess you are using the tf.example files. There are two types of data from the Waymo Open Dataset. You guys should load the scenario files but not the tf.example files for our dataloader. Let me know if that's the problem. |
Yes, I followed your advice to solve the above problem, but then encountered the following error when running sim.py. Do you know how to resolve it? Thank you!
|
Hi,
thanks for the great work.
I would like to explore your simulation using the Waymo Open Dataset. Therefore I downloaded the "testing_interactive" part of the dataset. I updated the path in the config.py before starting "python sim.py --max_scenarios 5".
However I get a parsing error for the dataset files. Here is the full output log:
Do you know what the issue could be?
The text was updated successfully, but these errors were encountered: