MCPcopy Create free account

hub / github.com/MaverickPeter/vDiSCO / functions

Functions910 in github.com/MaverickPeter/vDiSCO

↓ 1 callersFunctionread_lidar_poses
(poses_filepath: str, left_lidar_filepath: str, pose_time_tolerance: float = 1.)
prnet/datasets/oxford/utils.py:74
↓ 1 callersFunctionread_lidar_poses
(poses_filepath: str, lidar_filepath: str, pose_time_tolerance: float = 1.)
prnet/datasets/nclt/utils.py:57
↓ 1 callersMethodrect_to_img
:param pts_rect: (N, 3) :return pts_img: (N, 2)
prnet/utils/calibration_kitti.py:75
↓ 1 callersFunctionrelative_pose
(m1, m2)
prnet/datasets/oxford/utils.py:134
↓ 1 callersMethodreset
(self)
prnet/utils/common_utils.py:267
↓ 1 callersMethodreset_parameters
(self)
prnet/models/localizer/deformable_fusion.py:493
↓ 1 callersMethodreset_parameters
(self)
prnet/models/localizer/fusion.py:486
↓ 1 callersMethodreset_parameters
(self)
prnet/models/localizer/netvlad.py:244
↓ 1 callersFunctionroll_n
(X, axis, n)
prnet/models/localizer/deformable_fusion.py:38
↓ 1 callersFunctionroll_n
(X, axis, n)
prnet/models/localizer/fusion.py:32
↓ 1 callersFunctionroll_n
(X, axis, n)
prnet/models/localizer/deformable.py:31
↓ 1 callersFunctionsafe_inverse_single
(a)
prnet/utils/vox_utils/geom.py:20
↓ 1 callersFunctionscatter_point_inds
(indices, point_inds, shape)
prnet/utils/common_utils.py:235
↓ 1 callersFunctionsector_fps
Args: points: (N, 3) num_sampled_points: int num_sectors: int Returns: sampled_points: (N_out, 3)
prnet/models/backbones_3d/pfe/voxel_set_abstraction.py:78
↓ 1 callersMethodsectorized_proposal_centric_sampling
Args: roi_boxes: (M, 7 + C) points: (N, 3) Returns: sampled_points: (N_out, 3)
prnet/models/backbones_3d/pfe/voxel_set_abstraction.py:206
↓ 1 callersMethodset_properties
(self)
prnet/utils/data_utils/point_clouds.py:90
↓ 1 callersMethodset_properties
(self)
prnet/utils/data_utils/point_clouds.py:134
↓ 1 callersMethodsigmoid_cross_entropy_with_logits
PyTorch Implementation for tf.nn.sigmoid_cross_entropy_with_logits: max(x, 0) - x * z + log(1 + exp(-abs(x))) in https://www.
prnet/utils/loss_utils.py:23
↓ 1 callersMethodsigmoid_cross_entropy_with_logits
PyTorch Implementation for tf.nn.sigmoid_cross_entropy_with_logits: max(x, 0) - x * z + log(1 + exp(-abs(x))) in https://www.
prnet/models/l_utils.py:27
↓ 1 callersMethodsmooth_l1_loss
(diff, beta)
prnet/utils/loss_utils.py:98
↓ 1 callersMethodsmooth_l1_loss
(diff, beta)
prnet/models/l_utils.py:102
↓ 1 callersFunctionso3_to_euler
Converts an SO3 rotation matrix to Euler angles Args: so3: 3x3 rotation matrix Returns: numpy.matrixlib.defmatrix.matrix: li
prnet/datasets/oxford/utils.py:272
↓ 1 callersFunctionso3_to_euler
Converts an SO3 rotation matrix to Euler angles Args: so3: 3x3 rotation matrix Returns: numpy.matrixlib.defmatrix.matrix: li
prnet/datasets/oxford/python/transform.py:73
↓ 1 callersFunctionso3_to_quaternion
Converts an SO3 rotation matrix to a quaternion Args: so3: 3x3 rotation matrix Returns: numpy.ndarray: quaternion [w, x, y,
prnet/datasets/oxford/python/transform.py:105
↓ 1 callersFunctionsort_by_indices
To sort the sparse features with its indices in a convenient manner. Args: features: [N, C], sparse features
prnet/models/backbones_3d/focal_sparse_conv/focal_sparse_utils.py:39
↓ 1 callersFunctionspherical_projection
(dataset_type, imgs, f, prespheredir)
prnet/datasets/panorama.py:70
↓ 1 callersFunctionsplit_rt_single
(rt)
prnet/utils/vox_utils/geom.py:62
↓ 1 callersFunctionsplit_voxels
Generate and split the voxels into foreground and background sparse features, based on the predicted importance values. Args:
prnet/models/backbones_3d/focal_sparse_conv/focal_sparse_utils.py:89
↓ 1 callersMethodsumm_gif
(self, name, tensor, blacken_zeros=False)
prnet/utils/vox_utils/improc.py:130
↓ 1 callersFunctiontensors_to_numbers
(stats)
tools/trainer.py:51
↓ 1 callersMethodto_cartesian
(self, pc)
prnet/datasets/quantization.py:72
↓ 1 callersMethodtransform_grid
Transforms voxel sampling grid into frustum sampling grid Args: grid: (B, X, Y, Z, 3), Voxel sampling grid gr
prnet/models/backbones_3d/vfe/image_vfe_modules/f2v/frustum_grid_generator.py:79
↓ 1 callersMethodundistort
Undistorts an image. Args: image (:obj: `numpy.ndarray`): A distorted image. Must be demosaiced - ie. must be a 3-channel RGB ima
prnet/datasets/oxford/image_preprocess.py:79
↓ 1 callersMethodundistort
Undistorts an image. Args: image (:obj: `numpy.ndarray`): A distorted image. Must be demosaiced - ie. must be a 3-channel RGB ima
prnet/datasets/oxford/python/camera_model.py:91
↓ 1 callersMethodundistort
(self, img)
prnet/datasets/nclt/image_preprocess.py:58
↓ 1 callersMethodunproject_image_to_mem
(self, rgb_camB, pixB_T_camA, camB_T_camA, Z, Y, X, assert_cube=False, xyz_camA=None)
prnet/utils/vox_utils/vox.py:294
↓ 1 callersMethodvector_pool_with_local_interpolate
Args: xyz: (N, 3) xyz_batch_cnt: (batch_size) features: (N, C) new_xyz: (M, 3) ne
prnet/ops/pointnet2/pointnet2_stack/pointnet2_modules.py:361
↓ 1 callersMethodvector_pool_with_voxel_query
(self, xyz, xyz_batch_cnt, features, new_xyz, new_xyz_batch_cnt)
prnet/ops/pointnet2/pointnet2_stack/pointnet2_modules.py:316
↓ 1 callersMethodvoxelize
(self, points)
prnet/models/localizer/deformable_fusion.py:198
↓ 1 callersMethodvoxelize
(self, points)
prnet/models/localizer/fusion.py:172
↓ 1 callersMethodweight_initialization
(self)
prnet/models/backbones_2d/resnet.py:45
↓ 1 callersFunctionwrite_version_to_file
(version, target_file)
setup.py:25
↓ 1 callersFunctionypr2m
(yaw, pitch, roll)
prnet/utils/data_utils/poses.py:45
FunctionPYBIND11_MODULE
prnet/ops/pointnet2/pointnet2_batch/src/pointnet2_api.cpp:10
FunctionPYBIND11_MODULE
prnet/ops/pointnet2/pointnet2_stack/src/pointnet2_api.cpp:12
FunctionPYBIND11_MODULE
prnet/ops/src/vision.cpp:13
Method__call__
(self, file_pathname, extrinsics_dir=None)
prnet/utils/data_utils/point_clouds.py:94
Method__call__
(self, file_pathname, sph=False, extrinsics_dir=None)
prnet/utils/data_utils/point_clouds.py:138
Method__call__
(self, e)
prnet/datasets/augmentation.py:32
Method__call__
(self, e)
prnet/datasets/augmentation.py:54
Method__call__
(self, e)
prnet/datasets/augmentation.py:80
Method__call__
(self, e)
prnet/datasets/augmentation.py:92
Method__call__
(self, coords)
prnet/datasets/augmentation.py:105
Method__call__
(self, coords)
prnet/datasets/augmentation.py:129
Method__call__
(self, coords)
prnet/datasets/augmentation.py:152
Method__call__
(self, coords)
prnet/datasets/augmentation.py:166
Method__call__
(self, coords)
prnet/datasets/augmentation.py:176
Method__call__
(self, coords)
prnet/datasets/augmentation.py:185
Method__call__
Randomly jitter points. jittering is per point. Input: BxNx3 array, original batch of point clouds Return:
prnet/datasets/augmentation.py:199
Method__call__
(self, e)
prnet/datasets/augmentation.py:238
Method__call__
(self, coords)
prnet/datasets/augmentation.py:280
Method__call__
(self, pc)
prnet/datasets/quantization.py:14
Method__call__
(self, pc)
prnet/datasets/quantization.py:29
Method__call__
(self, pc)
prnet/datasets/quantization.py:91
Method__call__
(self, overlaps, sample_truth)
prnet/models/loss.py:31
Method__call__
(self, spectrums, yaws, corr2soft, positives_mask, negatives_mask)
prnet/models/loss.py:45
Method__call__
(self, embeddings, positives_mask, negatives_mask)
prnet/models/loss.py:91
Method__call__
(self, embeddings, positives_mask, negatives_mask)
prnet/models/loss.py:140
Method__call__
(self, embeddings, positives_mask, negatives_mask)
prnet/models/loss.py:170
Method__contains__
(self, item)
prnet/datasets/samplers.py:35
Method__getitem__
(self, ndx)
prnet/datasets/base_datasets.py:85
Method__getitem__
(self, ndx)
prnet/datasets/oxford/oxford_train.py:25
Method__getitem__
(self, ndx)
prnet/datasets/oxford/oxford_raw.py:226
Method__getitem__
(self, ndx)
prnet/datasets/oxford/oxford_raw.py:366
Method__getitem__
(self, ndx)
prnet/datasets/nclt/nclt_train.py:25
Method__getitem__
(self, ndx)
prnet/datasets/nclt/nclt_raw.py:173
Method__getitem__
(self, ndx)
prnet/datasets/nclt/nclt_raw.py:269
Method__getitem__
(self, item)
prnet/models/backbones_3d/spconv_backbone_focal.py:19
Method__init__
(self, dataset_root: str, dataset_type: str, eval_set_pickle: str, device: str, params: ModelParams,
tools/evaluate.py:125
Method__init__
(self, embed_dims=256, num_heads=8, num_levels=4,
prnet/ops/modules/ms_deform_attn.py:142
Method__init__
:param radius: float, radius of ball :param nsample: int, maximum number of features to gather in the ball :param use_xyz:
prnet/ops/pointnet2/pointnet2_batch/pointnet2_utils.py:232
Method__init__
(self)
prnet/ops/pointnet2/pointnet2_batch/pointnet2_modules.py:12
Method__init__
:param npoint: int :param radii: list of float, list of radii to group with :param nsamples: list of int, number of samples i
prnet/ops/pointnet2/pointnet2_batch/pointnet2_modules.py:61
Method__init__
:param mlp: list of int :param bn: whether to use batchnorm
prnet/ops/pointnet2/pointnet2_batch/pointnet2_modules.py:125
Method__init__
Args: radius: float, radius of ball nsample: int, maximum number of features to gather in the ball
prnet/ops/pointnet2/pointnet2_stack/voxel_query_utils.py:52
Method__init__
Args: query_ranges: list of int, list of neighbor ranges to group with nsamples: list of int, number of samples in ea
prnet/ops/pointnet2/pointnet2_stack/voxel_pool_modules.py:10
Method__init__
Args: radius: float, radius of ball nsample: int, maximum number of features to gather in the ball use_xy
prnet/ops/pointnet2/pointnet2_stack/pointnet2_utils.py:113
Method__init__
Args: mlp: list of int
prnet/ops/pointnet2/pointnet2_stack/pointnet2_modules.py:116
Method__init__
Args: mlp: num_voxels: max_neighbour_distance: neighbor_type: 1: ball, others: cube
prnet/ops/pointnet2/pointnet2_stack/pointnet2_modules.py:161
Method__init__
( self, input_channels, num_local_voxel=(3, 3, 3), local_aggregation_type='local_interpolation',
prnet/ops/pointnet2/pointnet2_stack/pointnet2_modules.py:248
Method__init__
(self, input_channels, config)
prnet/ops/pointnet2/pointnet2_stack/pointnet2_modules.py:424
Method__init__
(self, model_params_path, dataset_type, dataset_folder)
prnet/utils/params.py:11
Method__init__
Configuration files :param path: Training configuration file :param model_params: Model-specific configuration file
prnet/utils/params.py:126
Method__init__
Args: gamma: Weighting parameter to balance loss for hard and easy examples. alpha: Weighting parameter to balance lo
prnet/utils/loss_utils.py:12
Method__init__
Args: beta: Scalar float. L1 to L2 change point. For beta values < 1e-5, L1 loss is computed.
prnet/utils/loss_utils.py:82
Method__init__
Args: code_weights: (#codes) float list if not None. Code-wise weights.
prnet/utils/loss_utils.py:138
Method__init__
(self)
prnet/utils/loss_utils.py:184
Method__init__
(self)
prnet/utils/loss_utils.py:249
Method__init__
(self)
prnet/utils/loss_utils.py:312
Method__init__
(self, calib_file)
prnet/utils/calibration_kitti.py:24
← previousnext →301–400 of 910, ranked by callers