hustvl / VAD

[ICCV 2023] VAD: Vectorized Scene Representation for Efficient Autonomous Driving

Home Page:https://arxiv.org/abs/2303.12077

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to generate the Vectorized ground truth

raozhongyu opened this issue · comments

Thanks for your great job. I'd like to konw how to generate the Vectorized ground truth of the Carla simulator?

The core data processing steps for generating vectorized ground truth are released in the dataset file and the data converter file. For generating GT on carla, you only need to perform some additional pre-processing steps to align carla's source data format with that of nuScenes.

The carla pipeline is still under development. Currently, we do not have plans to release the code on carla, but we will try to make it open-source as soon as possible.

Thanks a lot.