Closed zhoulian-sudo closed 10 months ago
The APIs from different datasets differ a lot. For example, nuScenes directly provides the API to get semantic maps, while for Lyft (having an overview map) and Waymo (only having the local map for each scenario), we have to draw road lines by ourselves.
Here is a script that I used to visualize the map of nuScenes. Hope it could be helpful https://gist.github.com/xupei0610/98d99b1b62ced0bce55d181ed331fe89
If you have additional questions about visualization, you can reach me by my email, which you can find from my website https://pei-xu.github.io/.
Thank you.
Thank you for the author's outstanding work. Your paper's visualization is very beautiful. May I ask if you could provide the visualization code?Thanks.