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

what the lcf means?

yongguanjiangshan opened this issue · comments

hi, in vad_nuscenes_converter.py. you've calculated the agent lcf feat. what the "lcf" means? looking forward your reply. thank you!

Hi, lcf means last context frame, agent_lcf_feat includes some status features (e.g., speed, yaw) of the corresponding agent in the current timestamp.

Hi, lcf means last context frame, agent_lcf_feat includes some status features (e.g., speed, yaw) of the corresponding agent in the current timestamp.

OK, i got it, thank you!