You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am interested in your simulator for road graph.
After reading the Waymax documentation in https://waymo-research.github.io/waymax/docs/autoapi/waymax/datatypes/roadgraph/index.html, I have known that your simulator supports loading data from Waymo Open Motion Dataset ,loading data from local disk and streaming data remotely via Google Cloud.
However, I am wondering how to build my own map like the example format in https://waymo.com/open/data/motion/tfexample.
Are there any simple methods to generate a map in this format? Is there a third-party software could help me build efficiently?
plz help me,Thx!
The text was updated successfully, but these errors were encountered:
hi, you can parse the womd data format and then put your own data into womd_dict format.
I enclose a copy of through (https://github.com/waymo-research/waymax/blob/main/waymax/dataloader/dataloader_utils.py#L63) parsing womd. Please note that this is the format saved by df and not womd at runtime.
PS: 1, this is the representation in df, and the suffix column indicates that its shape in womd is [rows, num].
2. state is easy to complete, but roadgraph is more complicated
------------------ 原始邮件 ------------------
发件人: "waymo-research/waymax" ***@***.***>;
发送时间: 2024年8月3日(星期六) 下午5:39
***@***.***>;
***@***.******@***.***>;
主题: Re: [waymo-research/waymax] How to generate a self-designed road network structure? (Issue #40)
I also want to ask how to create a custom road network
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
Hi, I am interested in your simulator for road graph.
After reading the Waymax documentation in https://waymo-research.github.io/waymax/docs/autoapi/waymax/datatypes/roadgraph/index.html, I have known that your simulator supports loading data from Waymo Open Motion Dataset ,loading data from local disk and streaming data remotely via Google Cloud.
However, I am wondering how to build my own map like the example format in https://waymo.com/open/data/motion/tfexample.
Are there any simple methods to generate a map in this format? Is there a third-party software could help me build efficiently?
plz help me,Thx!
The text was updated successfully, but these errors were encountered: