↓ 1 callersMethodassign_targets_single(self, anchors, gt_boxes, gt_classes, matched_threshold=0.6, unmatched_threshold=0.45)
OpenPCDet/pcdet/models/dense_heads/target_assigner/axis_aligned_target_assigner.py:132
↓ 1 callersMethodassign_targets_single Args: anchors: (N, 7) [x, y, z, dx, dy, dz, heading] gt_boxes: (M, 7) [x, y, z, dx, dy, dz, heading] gt_c
OpenPCDet/pcdet/models/dense_heads/target_assigner/atss_target_assigner.py:75
↓ 1 callersFunctionboxes3d_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: boxes3d_lidar: [
OpenPCDet/pcdet/utils/box_utils.py:111
↓ 1 callersFunctionboxes3d_to_corners3d_kitti_camera :param boxes3d: (N, 7) [x, y, z, l, h, w, ry] in camera coords, see the definition of ry in KITTI dataset :param bottom_center: whether y is
OpenPCDet/pcdet/utils/box_utils.py:180
↓ 1 callersFunctionboxes_bev_iou_cpu Args: boxes_a: (N, 7) [x, y, z, dx, dy, dz, heading] boxes_b: (M, 7) [x, y, z, dx, dy, dz, heading] Returns: ans_iou
OpenPCDet/pcdet/ops/iou3d_nms/iou3d_nms_utils.py:12
↓ 1 callersFunctionboxes_iou_normal Args: boxes_a: (N, 4) [x1, y1, x2, y2] boxes_b: (M, 4) [x1, y1, x2, y2] Returns:
OpenPCDet/pcdet/utils/box_utils.py:249
↓ 1 callersMethodcreate_groundtruth_database(self, info_path, save_path, used_classes=None, split='train', sampled_interval=10,
OpenPCDet/pcdet/datasets/waymo/waymo_dataset.py:331
↓ 1 callersFunctioncreate_waymo_infos(dataset_cfg, class_names, data_path, save_path,
raw_data_tag='raw_data', processed_dat
OpenPCDet/pcdet/datasets/waymo/waymo_dataset.py:413
↓ 1 callersFunctiondraw_grid(x1, y1, x2, y2, fig, tube_radius=None, color=(0.5, 0.5, 0.5))
OpenPCDet/tools/visual_utils/visualize_utils.py:126
↓ 1 callersFunctioneval_single_ckpt(model, test_loader, args, eval_output_dir, logger, epoch_id, dist_test=False)
OpenPCDet/tools/test.py:56
↓ 1 callersMethodforward Args: points: (B, N, 3) point_features: (B, N, C) boxes3d: (B, M, 7), [x, y, z, dx, dy, dz, heading]
OpenPCDet/pcdet/ops/roipoint_pool3d/roipoint_pool3d_utils.py:15