↓ 26 callersMethodprepare_bev_feat(self, img, rot, tran, intrin, post_rot, post_tran,
bda, mlp_input, ret_2d_feat=False
mmdet3d/models/detectors/bevdet.py:849
↓ 23 callersMethodassign(self, bboxes, gt_bboxes, gt_labels, cls_pred, train_cfg)
mmdet3d/core/bbox/assigners/hungarian_assigner_3d.py:29
↓ 23 callersFunctionbbox_cxcywh_to_xyxyConvert bbox coordinates from (cx, cy, w, h) to (x1, y1, x2, y2). Args: bbox (Tensor): Shape (n, 4) for bboxes. Returns: Ten
mmdet3d/datasets/eval_recall.py:7
↓ 19 callersMethodget_mlp_input(self, rot, tran, intrin, post_rot, post_tran, bda)
mmdet3d/models/necks/view_transformer.py:440
↓ 12 callersFunctionconvbn(in_planes,
out_planes,
kernel_size,
stride,
pad,
dilat
mmdet3d/models/backbones/mono_submodule.py:10