↓ 8 callersMethodbuild_neighbors_feature_list(self, b, agent_idx, all_warp, num_agent, local_com_mat, device,
size)
star/models/CNNNet.py:365
↓ 3 callersMethod__init__(self, img_size=224, patch_size=16, in_chans=3,
embed_dim=1024, depth=24, num_heads=16,
star/models/multiagent_mae.py:266
↓ 1 callersMethodforward_encoder x1: [bxa, C, H, W] x_next: [bxa, ts-1, C, H, W] beq_next_frames
star/models/multiagent_mae.py:563
↓ 1 callersMethodforward_loss imgs: [N, 3, H, W] pred: [N, L, p*p*3] mask: [N, L], 0 is keep, 1 is remove,
star/models/mae_base.py:719
↓ 1 callersMethodget_kd_loss(self, batch_size, data, fused_layer, num_agent, x5, x6, x7)
star/utils/SegModule.py:123