Method__call__ Args: bbox_pred (Tensor): Predicted boxes with normalized coordinates (cx, cy, w, h), which are all in range [0,
BEVFormer/projects/mmdet3d_plugin/core/bbox/match_costs/match_cost.py:21
Method__call__(self, logits, box2d_reg, centerness, locations, image_sizes)
BEVFormer/projects/mmdet3d_plugin/dd3d/modeling/fcos2d.py:266
Method__call__(
self, box3d_quat, box3d_ctr, box3d_depth, box3d_size, box3d_conf, inv_intrinsics, pred_instances, fc
BEVFormer/projects/mmdet3d_plugin/dd3d/modeling/fcos3d.py:343
Method__init__(self, pc_range, use_3d_bbox=True, num_classes=12, num_bboxes=300, *args, **kwargs)
BEVFormer/projects/bevdiffuser/data_utils.py:139