↓ 2 callersMethodget_neighbor_future_relative_states -param x: (B*N, M, T, transition_dim) -return: aux_info with 'neighbor_fut_feat': (B*N, M, M, T_fut, K_neigh)
tbsim/models/scenediffuser.py:852
↓ 2 callersMethodget_neighbor_relative_states(self, relative_positions, relative_speeds, relative_yaws, data_batch_agent_from_world, data_batch_world_from_
tbsim/models/scenediffuser.py:798
↓ 2 callersMethodquery_neigh_feats -params neighbor_fut : (B*N/B, M, M, T_fut, K_neigh) -output neighbor_fut_feat : (B*N/B, M, T_fut, K_d)
tbsim/models/scenediffuser.py:946
↓ 2 callersMethodsocial_attn_decoder_fn :param agents_emb: (T_all, B, M, d_k) :param agent_masks: (B, T_hist, M), T_all = 1 when mlp is used :return: (T_all, B, M, d
tbsim/models/scenetemporal.py:294
↓ 1 callersFunctionVEH_VEH_collision(
p1, p2, S1, S2, alpha=5, return_dis=False, offsetX=1.0, offsetY=0.3
)
tbsim/utils/geometry_utils.py:197
↓ 1 callersMethod__init__(
self,
horizon,
transition_dim,
cond_dim,
output_dim,
dim=32,
tbsim/models/temporal.py:51
↓ 1 callersMethod_append_buffer scene_index: dict( action_positions=[[num_agent, ...], [num_agent, ...], ], action_yaws=[[num_age
tbsim/utils/rollout_logger.py:107