↓ 4 callersMethodUR_block_forward(self, x_lateral, x_bottom, conv_t, conv_m, conv_inv)
FLPCDet/pcdet/models/backbones_3d/spconv_unet.py:135
↓ 4 callersMethodassign_targets Args: gt_boxes: (B, M, 8) range_image_polar: (B, 3, H, W) feature_map_size: (2) [H, W] spatia
FLPCDet/pcdet/models/dense_heads/center_head.py:159
↓ 4 callersMethoddecode_torch Args: box_encodings: (B, N, 7 + C) or (N, 7 + C) [x, y, z, dx, dy, dz, heading or *[cos, sin], ...] anchors: (B, N, 7
FLPCDet/pcdet/utils/box_coder_utils.py:45
↓ 4 callersMethodencode_torch Args: boxes: (N, 7 + C) [x, y, z, dx, dy, dz, heading, ...] anchors: (N, 7 + C) [x, y, z, dx, dy, dz, heading or *[co
FLPCDet/pcdet/utils/box_coder_utils.py:13
↓ 4 callersMethodpredict(self, inputs, tf_nms=False, agnostic_nms=False, topk_per_class=100, topk_all=100, iou_thres=0.45,
FLYolo/yolov5/models/tf.py:343
↓ 3 callersMethod__init__(self, uid, name: str, base_save_dir: str, parent, carla_actor: carla.Sensor,
color_converter
FLDatasetTool/recorder/camera.py:90
↓ 3 callersMethodassign_stack_targets Args: points: (N1 + N2 + N3 + ..., 4) [bs_idx, x, y, z] gt_boxes: (B, M, 8) extend_gt_boxes: [B, M, 8]
FLPCDet/pcdet/models/dense_heads/point_head_template.py:49
↓ 3 callersMethodbox_label(self, box, label='', color=(128, 128, 128), txt_color=(255, 255, 255))
FLYolo/yolov5/utils/plots.py:81
↓ 3 callersMethodboxes3d_kitti_fakelidar_to_lidar Args: boxes3d_fakelidar: (N, 7) [x, y, z, w, l, h, r] in old LiDAR coordinates, z is bottom center Returns:
FLPCDet/pcdet/datasets/waymo/waymo_eval.py:27
↓ 3 callersMethodforward Args: data_dict: points: (N, 3 + C_in) gt_boxes: optional, (N, 7) [x, y, z, dx, dy, dz, heading]
FLPCDet/pcdet/datasets/augmentor/data_augmentor.py:206
↓ 3 callersFunctionget_ego_bboxes(ego_label, location, rotation, calib, color=[1, 1, 1], image_location=None, fusion=None, ROI=None, fusion_loc
FLFusion/road/V2I_fusion.py:142
↓ 3 callersFunctionplot_mc_curve(px, py, save_dir='mc_curve.png', names=(), xlabel='Confidence', ylabel='Metric')
FLYolo/yolov5/utils/metrics.py:317
↓ 3 callersFunctionrandom_perspective(im, targets=(), segments=(), degrees=10, translate=.1, scale=.1, shear=10, perspective=0.0,
FLYolo/yolov5/utils/augmentations.py:125