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
In the inference phase i.e. using LAV agent, is it redundant to load the bev_model? Since I think the bev_planner (teacher) only used to generate soft labels for UniPlanner (student) to learn in the training time.
One of the output of the lidar_model is named pred_heatmaps, but I think the corresponding output is the center location of other vehicles. Could you explain what a heatmapis?
Hi Chen, thanks for the wonderful work. I would like to ask you some questions about the code in
lav_agent.py
.LAV/team_code/lav_agent.py
Line 218 in 2d00c62
bev_model
? Since I think thebev_planner
(teacher) only used to generate soft labels forUniPlanner
(student) to learn in the training time.pred_heatmaps
, but I think the corresponding output is the center location of other vehicles. Could you explain what aheatmap
is?LAV/team_code/lav_agent.py
Lines 220 to 224 in 2d00c62
LAV/lav/models/lidar.py
Lines 34 to 44 in 2d00c62
The text was updated successfully, but these errors were encountered: