-
Notifications
You must be signed in to change notification settings - Fork 622
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
Unknown error when submitting to WOSAC #876
Comments
Hi @syl020119, thanks for your submission. My best guess is that since your uploaded file is in ".tar" format, instead of ".tar.gz" format, the server cannot process it. We give a bit more info about the submission format here: https://waymo.com/open/challenges/2024/sim-agents/, e.g. "Once you have the 150 files, compress them as a single .tar.gz archive and upload the single file." Some example code to do this can be found here. |
Hi, thanks for your advice. I fix this and submit again. This time, it shows
For my submission, I just try the demo you published on the waymax simulator, and just use one of training data, training_tfexample.tfrecord-00999-of-01000, is this OK? Why is this problem? |
@jlambert-waymo |
Hi @syl020119, no problem, happy to help. We offer two evaluation servers -- one for validation set submissions, and one for test set submissions. A submission is only valid if it features results for all scenarios within the respective dataset split. (Otherwise, the evaluation result is undefined). It looks like you are submitting to the "test set" server, so uploading train split scenarios will always throw an error (whether 1 train shard or all train shards). Please re-submit using all scenarios from the test split. |
Hi, @jlambert-waymo |
Hi @syl020119, so you need to submit simulated rollouts for ~44,520 test scenarios. These scenarios are distributed in two formats -- "TFExample" and "Scenario" format. Your test split submission must contain all scenarios in the test split (from all shards, if you use the TFExample data source). Please see Table 5 on Page 21 of https://arxiv.org/pdf/2305.12032 for the counts. |
Thanks, I will read this carefully. Happy weekend. |
Hello, I noticed the update in April and added those mandatory options. However, it still shows
Something went wrong with this submission.
Unknown error, please file a new issue at https://github.com/waymo-research/waymo-open-dataset/issues/new and specify submission_key=user_id: "[email protected]" submission_id: "1727957536034000".
Can you kindly help me find the reason why I cannot submit successfully? Thanks. The account is [email protected].
The text was updated successfully, but these errors were encountered: