↓ 5 callersFunctionobtain_map_enc(
image,
map_encoder,
pos,
yaw,
raster_from_agent,
mask,
tbsim/models/cnn_roi_encoder.py:499
↓ 4 callersFunctiondraw_agent_boxes(image, pos, yaw, extent, raster_from_agent, outline_color, fill_color)
tbsim/utils/vis_utils.py:95
↓ 4 callersFunctiondraw_trajectories(ax, trajectories, raster_from_world, linewidth, alpha=1.0, use_agt_color=False, agt_color=None, z=None)
tbsim/utils/scene_edit_utils.py:1009
↓ 3 callersFunctionchoose_action_from_gt preds: dict of predictions from model, preds["positions"] (M, N, T, 2) or (B, N, M, T, 2)
tbsim/utils/guidance_loss.py:67
↓ 3 callersFunctionchoose_action_from_guidance preds: dict of predictions from model, preds["positions"] (M, N, T, 2) or (B, N, M, T, 2)
tbsim/utils/guidance_loss.py:22
↓ 3 callersMethodquery_map_feats - x : (B, M, T, D) - map_grid_feat : (B, M, C, H, W) - raster_from_agent: (B, M, 3, 3) - output feats_out : (B, M, T
tbsim/models/scenediffuser.py:982