MCPcopy Create free account

hub / github.com/anshulpaigwar/Frustum-Pointpillars / functions

Functions659 in github.com/anshulpaigwar/Frustum-Pointpillars

Method_ctx
(self)
second/pytorch/inference.py:90
Method_decode
(self, encodings, anchors)
second/core/box_coders.py:43
Method_decode
(self, encodings, anchors)
second/core/box_coders.py:67
Method_encode
(self, boxes, anchors)
second/core/box_coders.py:40
Method_encode
(self, boxes, anchors)
second/core/box_coders.py:62
Method_eval
(self, executor)
second/utils/buildtools/command.py:240
Method_get_lr_per_group
(self, base_lr)
torchplus/train/learning_schedules.py:51
Method_get_lr_per_group
(self, base_lr)
torchplus/train/learning_schedules.py:79
Method_get_lr_per_group
(self, base_lr)
torchplus/train/learning_schedules.py:108
Method_get_lr_per_group
(self, base_lr)
torchplus/train/learning_schedules.py:133
Method_get_lr_per_group
(self, base_lr)
torchplus/train/learning_schedules.py:161
Function_get_pos_neg_loss
(cls_loss, labels)
second/pytorch/train.py:121
Method_inference
(self, example)
second/pytorch/inference.py:67
Function_nms_gpu
second/core/cc/nms/nms_kernel.cu.cc:100
Method_preprocess
(self, db_infos)
second/core/preprocess.py:67
Method_preprocess
(self, db_infos)
second/core/preprocess.py:82
Method_restore
(self, ckpt_path)
second/pytorch/inference.py:62
Function_worker_init_fn
(worker_id)
second/pytorch/train.py:277
Functionadd_difficulty_to_annos_v2
(info)
second/data/kitti_common.py:521
Functionanno_to_rbboxes
(anno)
second/data/kitti_common.py:669
Functionannos_to_kitti_label
(annos)
second/data/kitti_common.py:458
Functionapply_mask_
(array_dict)
second/data/kitti_common.py:308
Functionassign_label_to_voxel
assign a 0/1 label to each voxel based on whether the center of voxel is in gt_box. LIDAR.
second/core/box_np_ops.py:927
Functionassign_weight_to_each_class
(labels, weight_per_class, norm_by_num=True,
second/pytorch/models/voxelnet.py:1124
Methodavg_forward_time
(self)
second/pytorch/models/voxelnet.py:972
Methodavg_postprocess_time
(self)
second/pytorch/models/voxelnet.py:976
Functionbev_box_decode
box decode for VoxelNet in lidar Args: boxes ([N, 7] Tensor): normal boxes: x, y, z, w, l, h, r anchors ([N, 7] Tensor): anchor
second/core/box_np_ops.py:139
Functionbev_box_decode
box decode for VoxelNet in lidar Args: boxes ([N, 7] Tensor): normal boxes: x, y, z, w, l, h, r anchors ([N, 7] Tensor): anchors
second/pytorch/core/box_torch_ops.py:128
Functionbev_box_encode
box encode for VoxelNet in lidar Args: boxes ([N, 7] Tensor): normal boxes: x, y, z, w, l, h, r anchors ([N, 7] Tensor): anchor
second/core/box_np_ops.py:106
Functionbev_box_encode
box encode for VoxelNet Args: boxes ([N, 7] Tensor): normal boxes: x, y, z, l, w, h, r anchors ([N, 7] Tensor): anchors
second/pytorch/core/box_torch_ops.py:95
Functionbound_points_jit
(points, upper_bound, lower_bound)
second/core/point_cloud/point_cloud_ops.py:172
Functionbox2d_to_corner_jit
(boxes)
second/core/box_np_ops.py:387
Functionbox3d_to_bbox
(box3d, rect, Trv2c, P2)
second/core/box_np_ops.py:832
Functionbox_camera_to_lidar
(data, r_rect, velo2cam)
second/core/box_np_ops.py:620
Functionbox_camera_to_lidar
(data, r_rect, velo2cam)
second/pytorch/core/box_torch_ops.py:379
Methodbox_coder
(self)
second/core/target_assigner.py:20
Methodbox_encoding_fn
(boxes, anchors)
second/core/target_assigner.py:41
Functionbox_lidar_to_camera
(data, r_rect, velo2cam)
second/core/box_np_ops.py:628
Functionbox_lidar_to_camera
(data, r_rect, velo2cam)
second/pytorch/core/box_torch_ops.py:387
Functionbuild
Build losses based on the config. Builds classification, localization losses and optionally a hard example miner based on the config. Args:
second/pytorch/builder/losses_builder.py:22
Functionbuild
Create optimizer based on config. Args: optimizer_config: A Optimizer proto message. Returns: An optimizer and a list of var
second/pytorch/builder/box_coder_builder.py:8
Functionbuild
build second pytorch instance.
second/pytorch/builder/second_builder.py:23
Functionbuild
Create lr scheduler based on config. note that lr_scheduler must accept a optimizer that has been restored. Args: optimizer_config: A Optimiz
second/pytorch/builder/lr_scheduler_builder.py:21
Functionbuild
Create optimizer based on config. Args: optimizer_config: A Optimizer proto message. Returns: An optimizer and a list of variables for s
second/pytorch/builder/optimizer_builder.py:21
Functionbuild
Builds a tensor dictionary based on the InputReader config. Args: input_reader_config: A input_reader_pb2.InputReader object. Return
second/pytorch/builder/input_reader_builder.py:49
Functionbuild
Create optimizer based on config. Args: optimizer_config: A Optimizer proto message. Returns: An optimizer and a list of variables for s
second/builder/anchor_generator_builder.py:8
Functionbuild
(sampler_config)
second/builder/dbsampler_builder.py:9
Functionbuild
Builds a tensor dictionary based on the InputReader config. Args: input_reader_config: A input_reader_pb2.InputReader object. Return
second/builder/voxel_builder.py:7
Functionbuild
Builds a tensor dictionary based on the InputReader config. Args: input_reader_config: A input_reader_pb2.InputReader object. Return
second/builder/dataset_builder.py:33
Functionbuild
Create optimizer based on config. Args: optimizer_config: A Optimizer proto message. Returns: An optimizer and a list of var
second/builder/similarity_calculator_builder.py:7
Functionbuild
Builds a tensor dictionary based on the InputReader config. Args: input_reader_config: A input_reader_pb2.InputReader object. Return
second/builder/target_assigner_builder.py:8
Functionbuild_db_preprocess
(db_prep_config)
second/builder/preprocess_builder.py:3
Functionbuild_faster_rcnn_classification_loss
Builds a classification loss for Faster RCNN based on the loss config. Args: loss_config: A losses_pb2.ClassificationLoss object. Returns:
second/pytorch/builder/losses_builder.py:54
Functioncenter_to_corner_box2d
convert kitti locations, dimensions and angles to corners Args: centers (float array, shape=[N, 2]): locations in kitti label file.
second/pytorch/core/box_torch_ops.py:330
Functioncenter_to_corner_box3d
convert kitti locations, dimensions and angles to corners Args: centers (float array, shape=[N, 3]): locations in kitti label file.
second/pytorch/core/box_torch_ops.py:303
Functionchange_box3d_center_
(box3d, src, dst)
second/core/box_np_ops.py:946
Methodclass_id
(self)
second/core/anchor_generator.py:25
Methodclass_id
(self)
second/core/anchor_generator.py:65
Methodclear
(self)
torchplus/metrics.py:71
Methodclear
(self)
torchplus/metrics.py:121
Methodclear
(self)
torchplus/metrics.py:169
Methodclear
(self)
torchplus/metrics.py:277
Methodcode_size
(self)
second/core/box_coders.py:12
Methodcode_size
(self)
second/core/box_coders.py:37
Methodcode_size
(self)
second/core/box_coders.py:59
Functioncompile_func
(cmd, code_folder, compiler)
second/utils/buildtools/command.py:244
Functionconstant
second/core/cc/box_ops.h:12
Functionconstant
second/core/cc/nms/nms_cpu.h:11
Functioncorner_to_standup_nd
(boxes_corner)
second/pytorch/core/box_torch_ops.py:216
Functioncorner_to_standup_nd_jit
(boxes_corner)
second/core/box_np_ops.py:224
Functioncorners_2d
generate relative 2d box corners based on length per dim and origin point. Args: dims (float array, shape=[N, 2]): array of lengt
second/pytorch/core/box_torch_ops.py:200
Functioncorners_2d_jit
(dims, origin=0.5)
second/core/box_np_ops.py:205
Functioncorners_3d_jit
(dims, origin=0.5)
second/core/box_np_ops.py:214
Functioncreate_anchors_3d_range
Args: feature_size: list [D, H, W](zyx) sizes: [N, 3] list of list or array, size of anchors, xyz Returns: anc
second/core/box_np_ops.py:560
Functioncreate_anchors_3d_stride
Args: feature_size: list [D, H, W](zyx) sizes: [N, 3] list of list or array, size of anchors, xyz Returns: anc
second/core/box_np_ops.py:519
Functioncreate_folder
(prefix, add_time=True, add_str=None, delete=False)
torchplus/train/common.py:5
Functioncreate_groundtruth_database
(data_path, info_path=None, used_classes=Non
second/create_data.py:194
Functioncreate_kitti_info_file
(data_path, save_path=None, create_trainval=False,
second/create_data.py:62
Functioncreate_reduced_point_cloud
(data_path, train_info_path=None, val_info_pat
second/create_data.py:169
Methoddataset
(self)
second/pytorch/builder/input_reader_builder.py:45
Methoddecode_torch
(self, boxes, anchors)
second/pytorch/core/box_coders.py:12
Functiondistance_similarity
(points, qpoints, dist_norm, with_r
second/core/box_np_ops.py:806
Functiondraw_2d_bbox_in_ax
(ax, bboxes, colors='r', alpha=0.5,
second/utils/bbox_plot.py:111
Functiondraw_3d_bbox_in_3dax
(ax, bboxes, colors='r', alpha=0.25, facecolors=None)
second/utils/bbox_plot.py:144
Functiondraw_3d_bbox_in_ax
(ax, bboxes, colors='r', alpha=0.5, image_shape=None)
second/utils/bbox_plot.py:93
Functiondraw_3d_bbox_meshes_in_pyqt
(widget, bboxes, colors=GLColor.Gray,
second/utils/bbox_plot.py:415
Functiondraw_3d_bboxlines_in_pyqt_v1
(widget, bboxes, colors=(0.0, 1.0, 0.0, 1.
second/utils/bbox_plot.py:432
Functiondraw_bbox_in_ax
(ax, bboxes, rotations=None, fmt=FORMAT.Corner,
second/utils/bbox_plot.py:49
Functiondraw_bboxlines_in_pyqt
(widget, bboxes, colors=GLColor.Green,
second/utils/bbox_plot.py:334
Functiondraw_bounding_box
(widget, box_minmax, color)
second/utils/bbox_plot.py:255
Functiondrop_arrays_by_name
(gt_names, used_classes)
second/data/kitti_common.py:301
Functionempty_result_anno
()
second/data/kitti_common.py:633
Methodencode_torch
(self, boxes, anchors)
second/pytorch/core/box_coders.py:9
Methodencode_torch
(self, boxes, anchors)
second/pytorch/core/box_coders.py:18
Functionenumerate_bar
(task_list, width=20, with_ptg=True, step_time_average=50, name=None)
second/utils/progress_bar.py:67
Functionevaluate
(config_path, model_dir, result_path=None, predict_test=False,
second/pytorch/train.py:651
Functionfilter_anno_by_mask
(image_anno, mask)
second/data/kitti_common.py:243
Functionfilter_annos_class
(image_annos, used_class)
second/data/kitti_common.py:351
Functionfilter_annos_difficulty
(image_annos, used_difficulty)
second/data/kitti_common.py:379
Functionfilter_annos_low_height
(image_annos, thresh)
second/data/kitti_common.py:393
← previousnext →401–500 of 659, ranked by callers