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 get the driving command during infering phase?

yongguanjiangshan opened this issue · comments

hi, could you please tell us how to get the driving command during infering phase?

In the open-loop nuScenes setting, driving commands are determined based on the ground truth ego future trajectories (Details see this file). In the closed-loop CARLA setting, navigation information (sparse navigation points and driving commands) is generated through a global navigator.

thank you! do you mean that we have a global route at first. Then in the intersection area for example, we have already knowed the car's direction to go straight or turn left/right. am I right?

thank you! do you mean that we have a global route at first. Then in the intersection area for example, we have already knowed the car's direction to go straight or turn left/right. am I right?

Yes, exactly.