Open soldierofhell opened 3 years ago
Hey, does the tutorial for motion work for you? I found the documentation not well written
In general, yes, it works. I find the documentation pretty comprehensive, but unfortunately seems like there's nobody here from Waymo to answer questions.
Can you explain to me how did you set the environment to test the motion challenge and tutorial? I mean which steps did you follow from the beginning, really appreciate it, thanks
Apologies for the late reply. You are correct that both the speed limit and interpolating lane features are not present in the tf.Example data. We will add the speed limit data in the next dataset update. The interpolating lane flag is an internal field that is not used in the public dataset. Sorry for the confusion.
Can you give me some ideas about how to read the data which is stored as Scenario protocol buffers? I guess the tutorial is only valid for tf.example format. Thanks in advance.
Hi, please take a look at this thread. It has information about how to load Scenario protos: https://github.com/waymo-research/waymo-open-dataset/issues/343
Hi, In the description of the dataset on https://waymo.com/open/data/motion/ it states:
But I can't find in tf.Example spec (https://waymo.com/open/data/motion/tfexample) for example speed_limit_mph or interpolating for lanes?
BTW
Regards,