MCPcopy Create free account

hub / github.com/Na-Z/sess / functions

Functions289 in github.com/Na-Z/sess

Functioncorners3d_to_parameter
represent 8 corner points as box parameters (center, size, heading_angle) 6 -------- 5 /| /| 7 -------- 4 .
utils/box_util.py:342
Functioncosine_rampdown
Cosine rampdown from https://arxiv.org/abs/1608.03983
utils/ramps.py:37
Functiondraw_boxes3d_in_point_cloud
Draw 3D bounding boxes Args: gt_boxes3d: numpy array (n,8,3) for XYZs of the box corners fig: mayavi figure handler color
sunrgbd/sunrgbd_utils.py:318
Functiondraw_projected_box3d
Draw 3d bounding box in image qs: (8,2) array of vertices for the 3d box in following order: 1 -------- 0 /| /
sunrgbd/sunrgbd_utils.py:293
Functioneval_det
Generic functions to compute precision/recall for object detection for multiple classes. Input: pred_all: map of {img_id:
utils/eval_det.py:168
Functioneval_det_cls_wrapper
(arguments)
utils/eval_det.py:163
Functionfn
(m)
pointnet2/pytorch_utils.py:264
Methodforward
(self, X)
pointnet2/pointnet2_utils.py:46
Methodforward
r""" Uses iterative furthest point sampling to select a set of npoint features that have the largest minimum distance Paramet
pointnet2/pointnet2_utils.py:53
Methodforward
r""" Parameters ---------- features : torch.Tensor (B, C, N) tensor idx : torch.Tensor (B, n
pointnet2/pointnet2_utils.py:83
Methodforward
r""" Find the three nearest neighbors of unknown in known Parameters ---------- unknown : torch.Tensor
pointnet2/pointnet2_utils.py:120
Methodforward
r""" Performs weight linear interpolation on 3 features Parameters ---------- features : torch.Tensor
pointnet2/pointnet2_utils.py:152
Methodforward
r""" Parameters ---------- features : torch.Tensor (B, C, N) tensor of features to group idx : torch.Tens
pointnet2/pointnet2_utils.py:209
Methodforward
r""" Parameters ---------- radius : float radius of the balls nsample : int maximum number of
pointnet2/pointnet2_utils.py:260
Methodforward
r""" Parameters ---------- xyz : torch.Tensor xyz coordinates of the features (B, N, 3) new_xyz : torch.Te
pointnet2/pointnet2_utils.py:313
Methodforward
r""" Parameters ---------- xyz : torch.Tensor xyz coordinates of the features (B, N, 3) new_xyz : torch.Te
pointnet2/pointnet2_utils.py:388
Methodforward
r""" Parameters ---------- xyz : torch.Tensor (B, N, 3) tensor of the xyz coordinates of the features feat
pointnet2/pointnet2_modules.py:36
Methodforward
r""" Parameters ---------- xyz : torch.Tensor (B, N, 3) tensor of the xyz coordinates of the features feat
pointnet2/pointnet2_modules.py:212
Methodforward
r""" Parameters ---------- xyz : torch.Tensor (B, N, 3) tensor of the xyz coordinates of the features feat
pointnet2/pointnet2_modules.py:311
Methodforward
r""" Parameters ---------- unknown : torch.Tensor (B, n, 3) tensor of the xyz positions of the unknown features
pointnet2/pointnet2_modules.py:373
Methodforward
r""" Propagate features from xyz1 to xyz2. Parameters ---------- xyz2 : torch.Tensor (B, N2, 3) tensor of the xyz
pointnet2/pointnet2_modules.py:456
Methodforward
r""" Forward pass of the network Parameters ---------- pointcloud: Variable(torch.cuda.FloatTensor)
models/backbone_module.py:83
Methodforward
Forward pass of the network Args: inputs: dict {point_clouds} point_clouds: Variable(torch.cuda
models/votenet.py:69
Methodforward
Forward pass. Arguments: seed_xyz: (batch_size, num_seed, 3) Pytorch tensor seed_features: (batch_size, feature_dim,
models/voting_module.py:38
Methodforward
Args: xyz: (B,K,3) features: (B,C,K) Returns: scores: (B,num_proposal,2+3+NH*2+NS*4)
models/proposal_module.py:80
Functionfurthest_point_sampling
pointnet2/_ext_src/src/sampling.cpp:70
Functiongather_points
pointnet2/_ext_src/src/sampling.cpp:20
Functiongather_points_grad
pointnet2/_ext_src/src/sampling.cpp:45
Functionget_3d_box_batch
box_size: [x1,x2,...,xn,3] heading_angle: [x1,x2,...,xn] center: [x1,x2,...,xn,3] Return: [x1,x3,...,xn,8,3]
utils/box_util.py:319
Functionget_3d_box_depth
box_size is array(l,w,h), heading_angle is radius clockwise from pos x axis, center is xyz of box center output (8,3) array for 3D box cornde
utils/box_util.py:267
Functionget_consistency_loss
Args: end_points: dict { center, size_scores, size_residuals_normalized, sem_cls_scores, flip
models/loss_helper_sess.py:346
Functionget_detection_loss
Loss functions for supervised samples in training detector Args: end_points: dict { seed_xyz, seed_inds, vot
models/loss_helper_sess.py:205
Functionget_iou
Compute IoU of two bounding boxes. ** Define your bod IoU function HERE **
utils/eval_det.py:61
Functionget_iou_obb
(bb1,bb2)
utils/eval_det.py:70
Functionget_roi_ptcloud
Generate ROI point cloud w.r.t predicted box :param inputs: dict {'point_clouds'} input point clouds of the whole scene
models/ap_helper.py:329
Functionget_sem_cls_statistics
Compute number of objects for each semantic class
sunrgbd/sunrgbd_detection_dataset.py:285
Functiongroup_points
pointnet2/_ext_src/src/group_points.cpp:17
Functiongroup_points_grad
pointnet2/_ext_src/src/group_points.cpp:42
Methodhisto_summary
Log a histogram of the tensor of values.
utils/tf_logger.py:49
Functioninverse_rigid_trans
Inverse a rigid body transform matrix (3x4 as [R|t]) [R'|-R't; 0|1]
sunrgbd/sunrgbd_utils.py:175
Functionis_clockwise
(p)
utils/box_util.py:97
Functionlinear_rampup
Linear rampup
utils/ramps.py:28
Functionload_depth_points
(depth_filename)
sunrgbd/sunrgbd_utils.py:192
Functionload_depth_points_mat
(depth_filename)
sunrgbd/sunrgbd_utils.py:196
Functionload_image
(img_filename)
sunrgbd/sunrgbd_utils.py:189
Functionload_zipped_pickle
(filename)
sunrgbd/sunrgbd_utils.py:361
Methodlog_images
(self, visuals, step)
utils/tf_visualizer.py:27
Functionmulti_scene_precision_recall
Args: labels: (B, N, 6) pred: (B, M, 6) iou_thresh: scalar conf_thresh: scalar label_mask: (B, N,) with v
utils/metric_util.py:27
Functionmy_compute_box_3d
(center, size, heading_angle)
sunrgbd/sunrgbd_utils.py:227
Functionmy_worker_init_fn
(worker_id)
eval.py:79
Functionmy_worker_init_fn
(worker_id)
train_sess.py:87
Functionmy_worker_init_fn
(worker_id)
pretrain_votenet.py:114
Functionnms_crnr_dist
(boxes, conf, overlap_threshold)
utils/nms.py:158
Functionopt_block_config
pointnet2/_ext_src/include/cuda_utils.h:26
Methodparam2obb
(self, center, heading_class, heading_residual, size_class, size_residual)
scannet/model_util_scannet.py:60
Methodplot_current_points
(self, points, disp_offset=10)
utils/tf_visualizer.py:38
Functionpoint_cloud_to_image_batch
Input is BxNx3 a batch of point cloud Output is BxIxIxnum_samplex3 Added on Feb 19
utils/pc_util.py:144
Functionpoint_cloud_to_volume_batch
Input is BxNx3 batch of point cloud Output is Bx(vsize^3)
utils/pc_util.py:49
Functionpoint_cloud_to_volume_v2_batch
Input is BxNx3 a batch of point cloud Output is BxVxVxVxnum_samplex3 Added on Feb 19
utils/pc_util.py:95
Methodprint_current_scalars
(self, epoch, i, scalars)
utils/tf_visualizer.py:42
Methodproject_image_to_upright_camerea
(self, uv_depth)
sunrgbd/sunrgbd_utils.py:133
Methodproject_upright_camera_to_upright_depth
(self, pc)
sunrgbd/sunrgbd_utils.py:120
Functionpyplot_draw_volume
vol is of size vsize*vsize*vsize output an image to output_filename
utils/pc_util.py:254
Functionrandom_shift_box2d
Randomly shift box center, randomly scale width and height
sunrgbd/sunrgbd_utils.py:200
Functionread_label_mapping
(filename, label_from='raw_category', label_to='nyu40id')
scannet/scannet_utils.py:34
Functionread_mesh_vertices
read XYZ for each vertex.
scannet/scannet_utils.py:45
Functionread_mesh_vertices_rgb
read XYZ RGB for each vertex. Note: RGB values are in 0-255
scannet/scannet_utils.py:58
Functionread_ply
read XYZ point cloud from filename PLY file
utils/pc_util.py:193
Functionread_sunrgbd_label
(label_filename)
sunrgbd/sunrgbd_utils.py:184
Functionrotate_pc_along_y
Input ps is NxC points with first 3 channels as XYZ z is facing forward, x is left ward, y is downward
utils/pc_util.py:277
Functionrotate_point_cloud
Input: (n,3), Output: (n,3)
utils/pc_util.py:264
Functionrotx
Rotation about the x-axis.
sunrgbd/sunrgbd_utils.py:141
Functionroty
Rotation about the y-axis.
utils/pc_util.py:287
Functionroty
Rotation about the y-axis.
sunrgbd/sunrgbd_utils.py:150
Functionroty_batch
Rotation about the y-axis. t: (x1,x2,...xn) return: (x1,x2,...,xn,3,3)
utils/pc_util.py:295
Functionrotz
Rotation about the z-axis.
utils/pc_util.py:311
Functionsave_zipped_pickle
(obj, filename, protocol=-1)
sunrgbd/sunrgbd_utils.py:357
Functionset_bn_momentum_default
(bn_momentum)
pointnet2/pytorch_utils.py:262
Functionsigmoid_rampup
Exponential rampup from https://arxiv.org/abs/1610.02242
utils/ramps.py:18
Methodsize2class
Convert 3D box size (l,w,h) to size class and size residual
scannet/model_util_scannet.py:50
Functionthree_interpolate
pointnet2/_ext_src/src/interpolate.cpp:47
Functionthree_interpolate_grad
pointnet2/_ext_src/src/interpolate.cpp:76
Functionthree_nn
pointnet2/_ext_src/src/interpolate.cpp:19
Functiontransform_from_rot_trans
Transforation matrix from rotation matrix and translation vector.
sunrgbd/sunrgbd_utils.py:168
Functionwrite_bbox
Export scene bbox to meshes Args: scene_bbox: (N x 6 numpy array): xyz pos of center and 3 lengths out_filename: (string) filename
utils/pc_util.py:358
Functionwrite_oriented_bbox_camera_coord
Export oriented (around Y axis) scene bbox to meshes Args: scene_bbox: (N x 7 numpy array): xyz pos of center and 3 lengths (dx,dy,dz)
utils/pc_util.py:427
Functionwrite_ply
input: Nx3, write points to filename as PLY format.
utils/pc_util.py:201
Functionwrite_ply_color
Color (N,3) points with labels (N) within range 0 ~ num_classes-1 as OBJ file
utils/pc_util.py:208
Functionwrite_ply_rgb
Color (N,3) points with RGB colors (N,3) within range [0,255] as OBJ file
utils/pc_util.py:229
← previous201–289 of 289, ranked by callers