Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Jasonkks/PTTR
/ functions
Functions
1,101 in github.com/Jasonkks/PTTR
⨍
Functions
1,101
◇
Types & classes
196
↓ 1 callers
Method
get_box_cls_layer_loss
(self, forward_ret_dict)
OpenPCDet/pcdet/models/roi_heads/roi_head_template.py:200
↓ 1 callers
Method
get_box_iou_layer_loss
(self, forward_ret_dict)
OpenPCDet/pcdet/models/roi_heads/second_head.py:153
↓ 1 callers
Method
get_box_reg_layer_loss
(self)
OpenPCDet/pcdet/models/dense_heads/anchor_head_template.py:162
↓ 1 callers
Method
get_box_reg_layer_loss
(self, forward_ret_dict)
OpenPCDet/pcdet/models/roi_heads/roi_head_template.py:136
↓ 1 callers
Function
get_calib_from_file
(calib_file)
OpenPCDet/pcdet/utils/calibration_kitti.py:4
↓ 1 callers
Function
get_calib_path
(idx, prefix, training=True, relative_path=True)
OpenPCDet/pcdet/datasets/kitti/kitti_object_eval_python/kitti_common.py:51
↓ 1 callers
Function
get_class_names
Get sorted list of class names. Args: gt: Returns: Sorted list of class names.
OpenPCDet/pcdet/datasets/lyft/lyft_mAP_eval/lyft_eval.py:396
↓ 1 callers
Method
get_cls_layer_loss
(self)
OpenPCDet/pcdet/models/dense_heads/anchor_head_template.py:101
↓ 1 callers
Function
get_coco_eval_result
(gt_annos, dt_annos, current_classes)
OpenPCDet/pcdet/datasets/kitti/kitti_object_eval_python/eval.py:749
↓ 1 callers
Method
get_dense_grid_points
(rois, batch_size_rcnn, grid_size)
OpenPCDet/pcdet/models/roi_heads/voxelrcnn_head.py:207
↓ 1 callers
Method
get_dense_grid_points
(rois, batch_size_rcnn, grid_size)
OpenPCDet/pcdet/models/roi_heads/pvrcnn_head.py:124
↓ 1 callers
Method
get_dense_voxels_by_center
Args: point_centers: (N, 3) max_neighbour_distance: float num_voxels: [num_x, num_y, num_z] Retu
OpenPCDet/pcdet/ops/pointnet2/pointnet2_stack/pointnet2_modules.py:337
↓ 1 callers
Method
get_depth_map
Loads depth map for a sample Args: idx: str, Sample index Returns: depth: (H, W), Depth map
OpenPCDet/pcdet/datasets/kitti/kitti_dataset.py:93
↓ 1 callers
Function
get_dist_info
(return_gpu_per_machine=False)
OpenPCDet/pcdet/utils/common_utils.py:179
↓ 1 callers
Function
get_envelope
Compute the precision envelope. Args: precisions: Returns:
OpenPCDet/pcdet/datasets/lyft/lyft_mAP_eval/lyft_eval.py:229
↓ 1 callers
Function
get_git_commit_number
()
OpenPCDet/setup.py:8
↓ 1 callers
Function
get_git_commit_number
()
OpenPCDet/pcdet/__init__.py:11
↓ 1 callers
Method
get_global_grid_points_of_roi
(self, rois, grid_size)
OpenPCDet/pcdet/models/roi_heads/voxelrcnn_head.py:194
↓ 1 callers
Method
get_global_grid_points_of_roi
(self, rois, grid_size)
OpenPCDet/pcdet/models/roi_heads/pvrcnn_head.py:111
↓ 1 callers
Method
get_ground_bbox_coords
(self)
OpenPCDet/pcdet/datasets/lyft/lyft_mAP_eval/lyft_eval.py:116
↓ 1 callers
Method
get_height_intersection
(self, other)
OpenPCDet/pcdet/datasets/lyft/lyft_mAP_eval/lyft_eval.py:169
↓ 1 callers
Method
get_image
Loads image for a sample Args: idx: int, Sample index Returns: image: (H, W, 3), RGB Image
OpenPCDet/pcdet/datasets/kitti/kitti_dataset.py:68
↓ 1 callers
Function
get_image_path
(idx, prefix, training=True, relative_path=True)
OpenPCDet/pcdet/datasets/kitti/kitti_object_eval_python/kitti_common.py:36
↓ 1 callers
Method
get_image_shape
(self, idx)
OpenPCDet/pcdet/datasets/kitti/kitti_dataset.py:83
↓ 1 callers
Method
get_infos
Generate the dataset infos dict for each sample of the dataset. For each sample, this dict contains: - the sequence index
OpenPCDet/pcdet/datasets/pandaset/pandaset_dataset.py:358
↓ 1 callers
Method
get_intersection
(self, other)
OpenPCDet/pcdet/datasets/lyft/lyft_mAP_eval/lyft_eval.py:182
↓ 1 callers
Method
get_iou
(self, other)
OpenPCDet/pcdet/datasets/lyft/lyft_mAP_eval/lyft_eval.py:189
↓ 1 callers
Function
get_ious
(gt_boxes, predicted_box)
OpenPCDet/pcdet/datasets/lyft/lyft_mAP_eval/lyft_eval.py:268
↓ 1 callers
Method
get_kitti_obj_level
(self)
OpenPCDet/pcdet/utils/object3d_kitti.py:38
↓ 1 callers
Method
get_label
(self, idx)
OpenPCDet/pcdet/datasets/kitti/kitti_dataset.py:88
↓ 1 callers
Function
get_label_path
(idx, prefix, training=True, relative_path=True)
OpenPCDet/pcdet/datasets/kitti/kitti_object_eval_python/kitti_common.py:41
↓ 1 callers
Function
get_master
Return two lists, one for the model parameters in FP16 and one for the master parameters in FP32.
OpenPCDet/tools/train_utils/optimization/fastai_optim.py:30
↓ 1 callers
Method
get_max_iou_with_same_class
Args: rois: (N, 7) roi_labels: (N) gt_boxes: (N, ) gt_labels: Returns:
OpenPCDet/pcdet/models/roi_heads/target_assigner/proposal_target_layer.py:195
↓ 1 callers
Method
get_model
Get model Args: constructor: function, Model constructor Returns: model: nn.Module, Model
OpenPCDet/pcdet/models/backbones_3d/vfe/image_vfe_modules/ffn/ddn/ddn_template.py:47
↓ 1 callers
Function
get_no_evaluated_ckpt
(ckpt_dir, ckpt_record_file, args)
OpenPCDet/tools/test.py:68
↓ 1 callers
Function
get_official_eval_result
(gt_annos, dt_annos, current_classes, PR_detail_dict=None)
OpenPCDet/pcdet/datasets/kitti/kitti_object_eval_python/eval.py:639
↓ 1 callers
Method
get_output_feature_dim
(self)
OpenPCDet/pcdet/models/backbones_3d/vfe/mean_vfe.py:11
↓ 1 callers
Method
get_paddings_indicator
(self, actual_num, max_num, axis=0)
OpenPCDet/pcdet/models/backbones_3d/vfe/pillar_vfe.py:86
↓ 1 callers
Method
get_part_layer_loss
(self, tb_dict=None)
OpenPCDet/pcdet/models/dense_heads/point_head_template.py:157
↓ 1 callers
Method
get_pc_and_bbox
(self, index, random_offset=True)
sequence_dataset.py:15
↓ 1 callers
Function
get_rank
()
OpenPCDet/pcdet/utils/commu_utils.py:23
↓ 1 callers
Method
get_road_plane
(self, idx)
OpenPCDet/pcdet/datasets/kitti/kitti_dataset.py:113
↓ 1 callers
Function
get_sample_data
(lyft, sample_data_token)
OpenPCDet/pcdet/datasets/lyft/lyft_utils.py:46
↓ 1 callers
Function
get_sample_data
Returns the data path as well as all annotations related to that sample_data. Note that the boxes are transformed into the current sensor's c
OpenPCDet/pcdet/datasets/nuscenes/nuscenes_utils.py:185
↓ 1 callers
Method
get_sampled_points
Args: batch_dict: Returns: keypoints: (N1 + N2 + ..., 4), where 4 indicates [bs_idx, x, y, z]
OpenPCDet/pcdet/models/backbones_3d/pfe/voxel_set_abstraction.py:227
↓ 1 callers
Method
get_sweep
(self, sweep_info)
OpenPCDet/pcdet/datasets/lyft/lyft_dataset.py:42
↓ 1 callers
Method
get_sweep
(self, sweep_info)
OpenPCDet/pcdet/datasets/nuscenes/nuscenes_dataset.py:76
↓ 1 callers
Method
get_target_assigner
(self, anchor_target_cfg)
OpenPCDet/pcdet/models/dense_heads/anchor_head_template.py:54
↓ 1 callers
Function
get_thresholds
(scores: np.ndarray, num_gt, num_sample_pts=41)
OpenPCDet/pcdet/datasets/kitti/kitti_object_eval_python/eval.py:10
↓ 1 callers
Method
get_training_loss
(self)
OpenPCDet/pcdet/models/detectors/second_net_iou.py:28
↓ 1 callers
Method
get_training_loss
(self)
OpenPCDet/pcdet/models/detectors/caddn.py:24
↓ 1 callers
Method
get_training_loss
(self)
OpenPCDet/pcdet/models/detectors/centerpoint.py:24
↓ 1 callers
Method
get_training_loss
(self)
OpenPCDet/pcdet/models/detectors/pv_rcnn.py:24
↓ 1 callers
Method
get_training_loss
(self)
OpenPCDet/pcdet/models/detectors/pv_rcnn_plusplus.py:43
↓ 1 callers
Method
get_training_loss
(self)
OpenPCDet/pcdet/models/detectors/pointpillar.py:24
↓ 1 callers
Method
get_training_loss
(self)
OpenPCDet/pcdet/models/detectors/second_net.py:24
↓ 1 callers
Method
get_training_loss
(self)
OpenPCDet/pcdet/models/detectors/voxel_rcnn.py:24
↓ 1 callers
Method
get_training_loss
(self)
OpenPCDet/pcdet/models/detectors/PartA2_net.py:24
↓ 1 callers
Method
get_training_loss
(self)
OpenPCDet/pcdet/models/detectors/point_rcnn.py:24
↓ 1 callers
Function
get_velodyne_path
(idx, prefix, training=True, relative_path=True)
OpenPCDet/pcdet/datasets/kitti/kitti_object_eval_python/kitti_common.py:46
↓ 1 callers
Method
getitem
(self, index, sample_idx=None, return_raw=False)
waymo_dataset.py:110
↓ 1 callers
Method
getitem
(self, index)
Dataset.py:216
↓ 1 callers
Method
grid_to_lidar_unproject
Calculate grid to LiDAR unprojection for each plane Args: pc_min: [x_min, y_min, z_min], Minimum of point cloud range (m)
OpenPCDet/pcdet/models/backbones_3d/vfe/image_vfe_modules/f2v/frustum_grid_generator.py:60
↓ 1 callers
Method
img_to_rect
:param u: (N) :param v: (N) :param depth_rect: (N) :return:
OpenPCDet/pcdet/utils/calibration_kitti.py:95
↓ 1 callers
Method
include_kitti_data
(self, mode)
OpenPCDet/pcdet/datasets/kitti/kitti_dataset.py:35
↓ 1 callers
Method
include_lyft_data
(self, mode)
OpenPCDet/pcdet/datasets/lyft/lyft_dataset.py:22
↓ 1 callers
Method
include_nuscenes_data
(self, mode)
OpenPCDet/pcdet/datasets/nuscenes/nuscenes_dataset.py:24
↓ 1 callers
Method
include_pandaset_infos
(self, mode)
OpenPCDet/pcdet/datasets/pandaset/pandaset_dataset.py:73
↓ 1 callers
Method
init_weights
(self)
OpenPCDet/pcdet/ops/pointnet2/pointnet2_stack/voxel_pool_modules.py:60
↓ 1 callers
Method
init_weights
(self)
OpenPCDet/pcdet/ops/pointnet2/pointnet2_stack/pointnet2_modules.py:68
↓ 1 callers
Method
init_weights
(self)
OpenPCDet/pcdet/ops/pointnet2/pointnet2_stack/pointnet2_modules.py:299
↓ 1 callers
Method
init_weights
(self)
OpenPCDet/pcdet/models/dense_heads/anchor_head_single.py:36
↓ 1 callers
Method
init_weights
(self)
OpenPCDet/pcdet/models/dense_heads/anchor_head_multi.py:97
↓ 1 callers
Method
init_weights
(self)
OpenPCDet/pcdet/models/roi_heads/voxelrcnn_head.py:83
↓ 1 callers
Method
init_weights
(self, weight_init='xavier')
OpenPCDet/pcdet/models/roi_heads/pvrcnn_head.py:44
↓ 1 callers
Method
init_weights
(self, weight_init='xavier')
OpenPCDet/pcdet/models/roi_heads/pointrcnn_head.py:65
↓ 1 callers
Method
init_weights
(self, weight_init='xavier')
OpenPCDet/pcdet/models/roi_heads/partA2_head.py:59
↓ 1 callers
Method
init_weights
(self, weight_init='xavier')
OpenPCDet/pcdet/models/roi_heads/second_head.py:34
↓ 1 callers
Function
inter
(rbbox1, rbbox2)
OpenPCDet/pcdet/datasets/kitti/kitti_object_eval_python/rotate_iou.py:232
↓ 1 callers
Method
interpolate_from_bev_features
Args: keypoints: (N1 + N2 + ..., 4) bev_features: (B, C, H, W) batch_size: bev_stride:
OpenPCDet/pcdet/models/backbones_3d/pfe/voxel_set_abstraction.py:176
↓ 1 callers
Function
intersection
OpenPCDet/pcdet/ops/iou3d_nms/src/iou3d_cpu.cpp:87
↓ 1 callers
Function
intersection
Compute pairwise intersection areas between boxes. Args: boxes1: a numpy array with shape [N, 4] holding N boxes boxes2: a numpy
OpenPCDet/pcdet/datasets/kitti/kitti_object_eval_python/kitti_common.py:365
↓ 1 callers
Function
iou
Computes pairwise intersection-over-union between box collections. Args: boxes1: a numpy array with shape [N, 4] holding N boxes.
OpenPCDet/pcdet/datasets/kitti/kitti_object_eval_python/kitti_common.py:396
↓ 1 callers
Function
iou_bev
OpenPCDet/pcdet/ops/iou3d_nms/src/iou3d_cpu.cpp:222
↓ 1 callers
Method
isTiny
(self)
Dataset.py:146
↓ 1 callers
Function
keep_arrays_by_name
(gt_names, used_classes)
waymo_dataset.py:30
↓ 1 callers
Method
kitti_eval
(self, eval_det_annos, eval_gt_annos, class_names)
OpenPCDet/pcdet/datasets/lyft/lyft_dataset.py:153
↓ 1 callers
Function
lidar_lyft_box_to_global
(lyft, boxes, sample_token)
OpenPCDet/pcdet/datasets/lyft/lyft_utils.py:237
↓ 1 callers
Function
lidar_nusc_box_to_global
(nusc, boxes, sample_token)
OpenPCDet/pcdet/datasets/nuscenes/nuscenes_utils.py:401
↓ 1 callers
Method
lidar_to_img
:param pts_lidar: (N, 3) :return pts_img: (N, 2)
OpenPCDet/pcdet/utils/calibration_kitti.py:86
↓ 1 callers
Function
lidar_to_local_coords_cpu
OpenPCDet/pcdet/ops/roiaware_pool3d/src/roiaware_pool3d.cpp:121
↓ 1 callers
Function
limit_period
(val, offset=0.5, period=np.pi)
OpenPCDet/pcdet/datasets/waymo/waymo_eval.py:19
↓ 1 callers
Function
line_segment_intersection
(pts1, pts2, i, j, temp_pts)
OpenPCDet/pcdet/datasets/kitti/kitti_object_eval_python/rotate_iou.py:77
↓ 1 callers
Method
load_data_to_shared_memory
(self)
OpenPCDet/pcdet/datasets/waymo/waymo_dataset.py:87
↓ 1 callers
Method
load_db_to_shared_memory
(self)
OpenPCDet/pcdet/datasets/augmentor/database_sampler.py:71
↓ 1 callers
Method
load_pcd_bin
Loads from binary format. Data is stored as (x, y, z, intensity, ring index). :param file_name: <str>. :return: <np.float: 4,
data_classes.py:23
↓ 1 callers
Method
load_sample
(self, tracklet_id)
waymo_dataset.py:323
↓ 1 callers
Method
lyft_eval
(self, det_annos, class_names, iou_thresholds=[0.5])
OpenPCDet/pcdet/datasets/lyft/lyft_dataset.py:189
↓ 1 callers
Function
main
()
OpenPCDet/tools/train.py:59
↓ 1 callers
Function
main
()
OpenPCDet/tools/test.py:135
← previous
next →
301–400 of 1,101, ranked by callers