MCPcopy Create free account

hub / github.com/MaverickPeter/vDiSCO / functions

Functions910 in github.com/MaverickPeter/vDiSCO

↓ 22 callersMethodupdate
(self, val, n=1)
prnet/utils/common_utils.py:273
↓ 20 callersMethodload
(self, pickle_filepath: str)
prnet/datasets/base_datasets.py:153
↓ 18 callersMethodmean
(self, min_size='none')
prnet/utils/vox_utils/misc.py:19
↓ 18 callersFunctionreplace_feature
(out, new_features)
prnet/utils/spconv_utils.py:28
↓ 16 callersMethod__len__
(self)
prnet/datasets/samplers.py:41
↓ 11 callersMethod__init__
(self, p=3, eps=1e-6)
prnet/models/localizer/netvlad.py:316
↓ 10 callersMethod__init__
(self, p=3, eps=1e-6)
prnet/models/localizer/deformable_fusion.py:569
↓ 10 callersMethod__init__
(self, p=3, eps=1e-6)
prnet/models/localizer/fusion.py:559
↓ 10 callersFunctionbuild_se3_transform
Creates an SE3 transform from translation and Euler angles. Args: xyzrpy (list[float]): translation and Euler angles for transform. Must
prnet/datasets/oxford/python/transform.py:22
↓ 7 callersMethodRef2Mem
(self, xyz, Z, Y, X, assert_cube=False)
prnet/utils/vox_utils/vox.py:53
↓ 7 callersMethod__init__
(self, input_dim, hidden_dim, output_dim, num_layers)
prnet/models/model_utils/mppnet_utils.py:98
↓ 7 callersFunctiongenerate_sph_image
(images, dataset_type, image_meta, prespheredir)
prnet/datasets/panorama.py:12
↓ 7 callersMethodsave
(self, pickle_filepath: str)
prnet/datasets/base_datasets.py:140
↓ 6 callersMethodMem2Ref
(self, xyz_mem, Z, Y, X, assert_cube=False)
prnet/utils/vox_utils/vox.py:63
↓ 6 callersMethod__init__
(self, weight, bias)
prnet/utils/loss_utils.py:334
↓ 6 callersFunction_transpose_and_gather_feat
(feat, ind)
prnet/models/model_utils/centernet_utils.py:129
↓ 6 callersFunctioncalculate_T
(x_lb_c, x_lb_body)
prnet/datasets/nclt/nclt_raw.py:59
↓ 6 callersFunctiondouble_conv
(in_channels, out_channels)
prnet/models/localizer/deformable_fusion.py:426
↓ 6 callersFunctiondouble_conv
(in_channels, out_channels)
prnet/models/localizer/fusion.py:419
↓ 6 callersFunctiondouble_conv
(in_channels, out_channels)
prnet/models/localizer/netvlad.py:177
↓ 6 callersFunctionfind_nearest_ndx
(ts, timestamps)
prnet/datasets/oxford/utils.py:43
↓ 6 callersFunctionm2ypr
(m)
prnet/utils/data_utils/poses.py:21
↓ 5 callersMethod__init__
Args: code_weights: (#codes) float list if not None. Code-wise weights.
prnet/models/l_utils.py:142
↓ 5 callersMethod__init__
Note that out_channels = dv.
prnet/models/attention/attentions.py:161
↓ 5 callersMethod__init__
(self, C, version='b4')
prnet/models/localizer/deformable.py:127
↓ 5 callersMethod__len__
(self)
prnet/utils/vox_utils/misc.py:16
↓ 5 callersFunctionload_lidar_file_nclt
(file_path)
prnet/datasets/nclt/nclt_raw.py:31
↓ 5 callersFunctionread_ts_file
(ts_filepath: str)
prnet/datasets/oxford/utils.py:57
↓ 4 callersMethodUR_block_forward
(self, x_lateral, x_bottom, conv_t, conv_m, conv_inv)
prnet/models/backbones_3d/spconv_unet.py:142
↓ 4 callersMethod__init__
Args: radii: list of float, list of radii to group with nsamples: list of int, number of samples in each ball query
prnet/ops/pointnet2/pointnet2_stack/pointnet2_modules.py:32
↓ 4 callersFunction_gather_feat
(feat, ind, mask=None)
prnet/models/model_utils/centernet_utils.py:118
↓ 4 callersMethod_make_layer
(self, block, planes, blocks,
prnet/models/backbones_2d/resnet.py:54
↓ 4 callersFunctionload_im_file_for_generate
(filename)
prnet/datasets/nclt/nclt_raw.py:84
↓ 4 callersFunctionload_lidar_file_oxford_radar
(file_path)
prnet/datasets/oxford/oxford_raw.py:88
↓ 4 callersFunctionrange_projection
Project a pointcloud into a spherical projection, range image. Args: current_vertex: raw point clouds Returns: proj_rang
prnet/datasets/range_image.py:13
↓ 4 callersMethodwith_pos_embed
(self, tensor, pos: Optional[Tensor])
prnet/models/model_utils/mppnet_utils.py:299
↓ 3 callersMethod__init__
:param mlp: list of int, spec of the pointnet before the global max_pool :param npoint: int, number of features :param radius
prnet/ops/pointnet2/pointnet2_batch/pointnet2_modules.py:105
↓ 3 callersMethod__init__
(self, name)
prnet/models/backbones_3d/spconv_backbone_focal.py:17
↓ 3 callersMethod__init__
(self, inplanes, planes, stride=1, norm_fn=None, downsample=None)
prnet/models/backbones_3d/spconv_backbone_2d.py:82
↓ 3 callersMethod__init__
(self, block, layers, groups=1, width_per_group=64, norm_layer=None)
prnet/models/backbones_2d/resnet.py:170
↓ 3 callersMethod__init__
(self, model_params: ModelParams)
prnet/models/localizer/dolgnet.py:84
↓ 3 callersMethod_make_layer
(self, block, planes, blocks, stride=1)
prnet/models/backbones_2d/resnet.py:206
↓ 3 callersMethodadd
(self, item)
prnet/datasets/samplers.py:19
↓ 3 callersMethodcart_to_hom
:param pts: (N, 3 or 2) :return pts_hom: (N, 4 or 3)
prnet/utils/calibration_kitti.py:42
↓ 3 callersFunctioncheck_numpy_to_torch
(x)
prnet/utils/common_utils.py:15
↓ 3 callersMethodempty
(self)
prnet/utils/vox_utils/misc.py:63
↓ 3 callersFunctioneuler_to_so3
Converts Euler angles to an SO3 rotation matrix. Args: rpy (list[float]): Euler angles (in radians). Must have three components. Ret
prnet/datasets/oxford/utils.py:243
↓ 3 callersFunctioneuler_to_so3
Converts Euler angles to an SO3 rotation matrix. Args: rpy (list[float]): Euler angles (in radians). Must have three components. Ret
prnet/datasets/oxford/python/transform.py:44
↓ 3 callersMethodfind_neighbours_ndx
(self, position, radius)
prnet/datasets/oxford/oxford_raw.py:384
↓ 3 callersMethodfind_neighbours_ndx
(self, position, radius)
prnet/datasets/nclt/nclt_raw.py:287
↓ 3 callersMethodget_mem_T_ref
(self, B, Z, Y, X, assert_cube=False, device='cuda')
prnet/utils/vox_utils/vox.py:71
↓ 3 callersMethodget_positives
(self, ndx)
prnet/datasets/base_datasets.py:127
↓ 3 callersFunctionget_world_size
()
prnet/utils/commu_utils.py:15
↓ 3 callersFunctionload_img_file_oxford
(filename, cam_mode)
prnet/datasets/oxford/oxford_raw.py:99
↓ 3 callersFunctionload_road_boundary_image
(image_path)
prnet/datasets/oxford/python/road_boundary.py:19
↓ 3 callersFunctionpc2image_file
(pc_filename, vel_folder, cam_num, vel_type)
prnet/datasets/nclt/nclt_raw.py:77
↓ 3 callersMethodprint
(self)
prnet/utils/params.py:108
↓ 3 callersMethodprint_results
(self, global_metrics)
tools/evaluate.py:321
↓ 3 callersMethodremove
(self, item)
prnet/datasets/samplers.py:25
↓ 3 callersMethodsample
(self)
prnet/utils/vox_utils/misc.py:36
↓ 3 callersFunctionsplit_intrinsics
(K)
prnet/utils/vox_utils/geom.py:96
↓ 3 callersFunctionsplit_lrtlist
(lrtlist)
prnet/utils/vox_utils/geom.py:129
↓ 3 callersFunctionssc_to_homo
(ssc)
prnet/utils/common_utils.py:280
↓ 3 callersFunctionssc_to_homo
(ssc)
prnet/datasets/nclt/project_vel_to_cam_rot.py:73
↓ 2 callersMethod_M
(self, axis, theta)
prnet/datasets/augmentation.py:126
↓ 2 callersMethod__get_model_name
(self, cam_name)
prnet/datasets/oxford/image_preprocess.py:106
↓ 2 callersMethod__get_model_name
(self, images_dir)
prnet/datasets/oxford/python/camera_model.py:118
↓ 2 callersMethod__init__
(self, model_cfg, input_channels, grid_size, **kwargs)
prnet/models/backbones_3d/spconv_backbone.py:70
↓ 2 callersMethod__init__
(self, in_channels, out_channels, use_norm=True,
prnet/models/backbones_3d/vfe/dynamic_pillar_vfe.py:15
↓ 2 callersMethod__init__
(self, model_params: ModelParams)
prnet/models/localizer/hownet.py:73
↓ 2 callersMethod__init__
Args: num_clusters : int The number of clusters dim : int Dimension of descriptors
prnet/models/aggregation/NetVLADLoupe.py:120
↓ 2 callersFunction_convert
(input_, type_)
prnet/utils/vox_utils/improc.py:11
↓ 2 callersFunction_get_activation_fn
Return an activation function given a string
prnet/models/model_utils/mppnet_utils.py:366
↓ 2 callersFunction_is_power_of_2
(n)
prnet/ops/modules/ms_deform_attn.py:24
↓ 2 callersMethodaggregate_keypoint_features_from_one_source
Args: aggregate_func: xyz: (N, 3) xyz_features: (N, C) xyz_bs_idxs: (N) new_xyz:
prnet/models/backbones_3d/pfe/voxel_set_abstraction.py:284
↓ 2 callersFunctionapply_4x4
(RT, xyz)
prnet/utils/vox_utils/geom.py:30
↓ 2 callersFunctionapply_transform
(pc: torch.Tensor, m: torch.Tensor)
prnet/utils/data_utils/poses.py:68
↓ 2 callersFunctionback2color
(i, blacken_zeros=False)
prnet/utils/vox_utils/improc.py:38
↓ 2 callersFunctionbuild_pointcloud
Builds a pointcloud by combining multiple LIDAR scans with odometry information. Args: lidar_dir (str): Directory containing LIDAR scans.
prnet/datasets/oxford/python/build_pointcloud.py:24
↓ 2 callersFunctioncheck_repeat
Check that whether there are replicate indices in the sparse features, remove the replicate features if any.
prnet/models/backbones_3d/focal_sparse_conv/focal_sparse_utils.py:56
↓ 2 callersMethodcompute_embeddings
(self, eval_subset: List[EvaluationTuple], model, *args, **kwargs)
tools/evaluate.py:105
↓ 2 callersMethodcompute_embeddings
(self, eval_subset: List[EvaluationTuple], model, *args, **kwargs)
tools/evaluate.py:218
↓ 2 callersMethodconstruct_multimodal_features
Construct the multimodal features with both lidar sparse features and image features. Args: x: [N, C] lidar s
prnet/models/backbones_3d/focal_sparse_conv/focal_sparse_conv.py:50
↓ 2 callersFunctionconv3x3
3x3 convolution with padding
prnet/models/backbones_2d/resnet.py:112
↓ 2 callersMethodevaluate
(self, model, *args, **kwargs)
tools/evaluate.py:134
↓ 2 callersFunctionfilter_query_elements
(query_set: List[EvaluationTuple], map_set: List[EvaluationTuple], dist_threshold: f
prnet/datasets/dataset_utils.py:204
↓ 2 callersFunctiongenerate_training_tuples
(ds: OxfordSequences, pos_threshold: float = 10, neg_threshold: float = 50, sph: bool = False)
prnet/datasets/oxford/generate_training_tuples.py:81
↓ 2 callersFunctiongenerate_training_tuples
(ds: NCLTSequences, pos_threshold: float = 10, neg_threshold: float = 50, sph: bool = False)
prnet/datasets/nclt/generate_training_tuples.py:61
↓ 2 callersMethodget_filepaths
(self, ndx)
prnet/datasets/oxford/oxford_raw.py:234
↓ 2 callersMethodget_inbounds
(self, xyz, Z, Y, X, already_mem=False, padding=0.0, assert_cube=False)
prnet/utils/vox_utils/vox.py:114
↓ 2 callersMethodget_map_positions
(self)
prnet/datasets/base_datasets.py:172
↓ 2 callersFunctionget_pointcloud_loader
(dataset_type)
prnet/datasets/base_datasets.py:200
↓ 2 callersFunctionget_pointcloud_with_image_loader
(dataset_type)
prnet/datasets/base_datasets.py:209
↓ 2 callersMethodget_query_positions
(self)
prnet/datasets/base_datasets.py:179
↓ 2 callersFunctionget_scans
(sequence: OxfordSequence)
prnet/datasets/oxford/generate_evaluation_sets.py:20
↓ 2 callersFunctionget_scans
(sequence: NCLTSequence)
prnet/datasets/nclt/generate_evaluation_sets.py:15
↓ 2 callersMethodget_xy
(self)
prnet/datasets/oxford/oxford_raw.py:369
↓ 2 callersMethodget_xy
(self)
prnet/datasets/nclt/nclt_raw.py:272
↓ 2 callersFunctionin_sorted_array
(e: int, array: np.ndarray)
prnet/datasets/dataset_utils.py:264
↓ 2 callersFunctioninterpolate_poses
Interpolate between absolute poses. Args: pose_timestamps (list[int]): Timestamps of supplied poses. Must be in ascending order.
prnet/datasets/oxford/python/interpolate_poses.py:103
next →1–100 of 910, ranked by callers