MCPcopy Create free account

hub / github.com/Gorilla-Lab-SCUT/frustum-convnet / functions

Functions380 in github.com/Gorilla-Lab-SCUT/frustum-convnet

Methodforward
(self, data_dicts)
models/det_base.py:334
Functionfrom_prediction_to_label_format
Convert predicted box parameters to label format.
datasets/provider_sample_refine.py:422
Functiongather_nd
Scatter updates into a new (initially zero) tensor according to indices. x (b, feat, k) y index LongTensor (b, k, 3) shape (n1, n2, n
models/common.py:152
Functionget_accuracy
Computes the precision@k for the specified values of k
utils/utils.py:28
Functionget_bn_decay
(epoch)
train/train_net_det.py:80
Functionget_box3d_dim_statistics
Collect and dump 3D bounding box statistics
kitti/prepare_data_refine.py:595
Methodget_calibration
(self, unused)
kitti/kitti_object.py:100
Methodget_center_view_box3d
Frustum rotation of 3D bounding box corners.
datasets/provider_sample.py:347
Methodget_center_view_box3d
Frustum rotation of 3D bounding box corners.
datasets/provider_sample_sunrgbd.py:346
Methodget_depth_map
(self, idx)
kitti/kitti_object.py:64
Methodget_image
(self, idx)
sunrgbd/sunrgbd_object.py:36
Methodget_image
(self, idx)
kitti/kitti_object.py:90
Functionget_iou
Compute IoU of two bounding boxes. ** Define your bod IoU function HERE **
train/sunrgbd_eval/eval_det.py:75
Methodget_lidar
(self, idx)
kitti/kitti_object.py:95
Functionget_output_dir
Get the output directory determined by the current global config.
configs/config.py:208
Methodget_string_ann
(self)
kitti/kitti_util.py:53
Methodget_top_down
(self, idx)
kitti/kitti_object.py:67
FunctiongroundBoxOverlap
measure overlap between bird's eye view bounding boxes, parametrized by (ry, l, w, tx, tz)
train/kitti_eval/evaluate_object_3d_offline.cpp:296
FunctiongroundBoxOverlap
measure overlap between bird's eye view bounding boxes, parametrized by (ry, l, w, tx, tz)
train/kitti_eval/evaluate_object.cpp:297
Methodhisto_summary
Log a histogram of the tensor of values.
utils/logger.py:46
FunctionimageBoxOverlap
criterion defines whether the overlap is computed with respect to both areas (ground truth and detection) or with respect to box a or b (detection and
train/kitti_eval/evaluate_object_3d_offline.cpp:229
FunctionimageBoxOverlap
criterion defines whether the overlap is computed with respect to both areas (ground truth and detection) or with respect to box a or b (detection and
train/kitti_eval/evaluate_object.cpp:230
Methodimage_summary
Log a list of images.
utils/logger.py:23
Functioninverse_rigid_trans
Inverse a rigid body transform matrix (3x4 as [R|t]) [R'|-R't; 0|1]
sunrgbd/sunrgbd_utils.py:176
Methodis_immutable
(self)
configs/collections.py:64
Functionload_depth_points
(depth_filename)
sunrgbd/sunrgbd_utils.py:196
Functionload_image
(img_filename)
sunrgbd/sunrgbd_utils.py:192
Functionload_image
(img_filename)
kitti/kitti_util.py:291
Functionload_velo_scan
(velo_filename)
kitti/kitti_util.py:295
Functionload_zipped_pickle
(filename)
sunrgbd/sunrgbd_utils.py:349
Functionmain
train/kitti_eval/evaluate_object_3d_offline.cpp:918
Functionmain
train/kitti_eval/evaluate_object.cpp:900
Functionmerge_cfg_from_cfg
Merge `cfg_other` into the global config.
configs/config.py:238
Functionnon_max_suppression_cpu
ops/pybind11/nms_cpu.h:29
Methodnormalize_input
(self, pc, pred_box_center, pred_box_angle, gt_box_center=None, gt_box_angle=None)
datasets/provider_sample_refine.py:156
Functionpoint_cloud_masking
Select point cloud with predicted 3D mask, translate coordinates to the masked points centroid. Input: point_cloud: (B, 3, N)
models/model_util.py:75
Methodproject_image_to_velo
(self, uv_depth)
kitti/kitti_util.py:236
Methodproject_upright_camera_to_upright_depth
(self, pc)
sunrgbd/sunrgbd_utils.py:128
Functionquery_depth_point_forward
C++ interface
ops/query_depth_point/query_depth_point_cuda.cpp:25
Functionrandom_shift_box2d
Randomly shift box center, randomly scale width and height
kitti/prepare_data_refine.py:144
Functionrandom_shift_box3d
Randomly shift box center, randomly scale width and height
kitti/prepare_data_refine.py:170
Functionrbbox_iou
ops/pybind11/box_ops.h:25
Functionrbbox_iou_3d
ops/pybind11/box_ops.h:84
Functionread_3d_points
a python implementation of SUNRGBDTOOL read3dPoints.m Rtilt: (3, 3) K: (3, 3)
sunrgbd/read_3d_points.py:4
Functionread_det_pkl_file
Parse lines in 2D detection output files
kitti/prepare_data_refine.py:636
Functionread_label
(label_filename)
kitti/kitti_util.py:285
Functionread_sunrgbd_label
(label_filename)
sunrgbd/sunrgbd_utils.py:186
Functionrotate_nms_3d_cc
dets: [[cx, cy, cz, l, w, h, ry, score]] n,8
ops/pybind11/rbbox_iou.py:294
Functionrotate_nms_bev_cc
dets: [[cx, cz, l, w, ry, score]] n,6
ops/pybind11/rbbox_iou.py:275
Functionrotate_non_max_suppression_3d_cpu
ops/pybind11/nms_cpu.h:149
Functionrotate_non_max_suppression_cpu
ops/pybind11/nms_cpu.h:78
Functionrotx
Rotation about the x-axis.
sunrgbd/sunrgbd_utils.py:148
Functionrotx
3D Rotation about the x-axis.
kitti/kitti_util.py:241
Functionroty
Rotation about the y-axis.
sunrgbd/sunrgbd_utils.py:155
Functionrotz
Rotation about the z-axis.
kitti/kitti_util.py:259
Functionsave_zipped_pickle
(obj, filename, protocol=-1)
sunrgbd/sunrgbd_utils.py:344
Functionscatter_1d
(x, y, shape)
models/common.py:174
Functionscatter_add_nd
Scatter updates into a new (initially zero) tensor according to indices. x (b, feat, k) y index LongTensor (b, k, 3) shape (n1, n2, n
models/common.py:124
Functionscatter_nd
Scatter updates into a new (initially zero) tensor according to indices. x (b, feat, k) y index LongTensor (b, k, 3) shape (n1, n2, n
models/common.py:96
Functionset_bn_momentum
(m)
train/train_net_det.py:72
Functionset_module_bn_momentum
(model, momentum=0.1)
train/train_net_det.py:71
Functionshow_lidar_on_image
Project LiDAR points to image
kitti/draw_util.py:102
Functionsigmoid_focal_loss
(prob, target, alpha=0.25, gamma=2, grad_scale=None, weights=None)
models/common.py:182
Functionsmooth_l1_loss
input: B, * target: B, *
models/model_util.py:22
Functionsoftmax_focal_loss
(prob, target, alpha=0.25, gamma=2, grad_scale=None, weights=None)
models/common.py:198
MethodtBox
image orientation
train/kitti_eval/evaluate_object_3d_offline.cpp:92
MethodtBox
image orientation
train/kitti_eval/evaluate_object.cpp:94
MethodtDetection
train/kitti_eval/evaluate_object_3d_offline.cpp:119
MethodtDetection
train/kitti_eval/evaluate_object.cpp:121
MethodtGroundtruth
train/kitti_eval/evaluate_object_3d_offline.cpp:104
MethodtGroundtruth
train/kitti_eval/evaluate_object.cpp:106
MethodtPrData
false negatives
train/kitti_eval/evaluate_object_3d_offline.cpp:80
MethodtPrData
false negatives
train/kitti_eval/evaluate_object.cpp:82
Functiontransform_from_rot_trans
Transforation matrix from rotation matrix and translation vector.
sunrgbd/sunrgbd_utils.py:169
Functiontransform_from_rot_trans
Transforation matrix from rotation matrix and translation vector.
kitti/kitti_util.py:268
Functionwrite_2d_rgb_detection
Write 2D detection results for KITTI evaluation. Convert from Wei's format to KITTI format. Input: det_filename: string, each l
kitti/prepare_data_refine.py:776
Functionwrite_2d_rgb_detection
Write 2D detection results for KITTI evaluation. Convert from Wei's format to KITTI format. Input: det_filename: string, each li
kitti/prepare_data.py:571
Functionzeros
ops/pybind11/nms_cpu.h:24
Functionzeros
ops/pybind11/box_ops.h:21
Method~Mail
train/kitti_eval/mail.h:24
← previous301–380 of 380, ranked by callers