MCPcopy Create free account

hub / github.com/Kitware/pyLiDAR-SLAM / functions

Functions587 in github.com/Kitware/pyLiDAR-SLAM

Methodinit
(self)
slam/dataset/rosbag_dataset.py:76
Methodinit
Initializes the ATrainer It will in order : - load the training, validation and test dataset_config - load t
slam/training/trainer.py:166
Methodinterpolate_ground_truth
Interpolates the poses from the ground truth using the provided timestamps Parameters: ground_truth (np.ndarray): The ground trut
slam/dataset/nclt_dataset.py:123
Methodinverse_pose_matrix
Returns the inverse of the pose matrix Parameters ---------- params_tensor : [B, 6/7] or [B, 4, 4]
slam/common/pose.py:101
Methodis_complete
Returns whether the object contains any missing fields
slam/common/utils.py:230
Functionis_rotation_matrix
(rot, eps=1.e-5)
slam/common/rotation.py:219
Methodload
(self, map_data: MapData)
slam/loop_closure.py:184
Methodload_constraints
Loads trajectory constraints from disk
slam/slam.py:217
Methodload_datasets
Loads the Datasets
train.py:76
Methodloss
Returns the Point-to-Plane Loss
slam/common/optimization.py:451
Methodloss
Returns the Point-to-Point Loss
slam/common/optimization.py:557
Methodloss_module
Return the loss module used to train the model
train.py:66
Functionmat_to_euler
(rot, convention="xyz", eps=1.e-6)
slam/common/rotation.py:237
Methodmax_num_workers
(cls)
slam/dataset/urban_loco_dataset.py:419
Methodmax_num_workers
(cls)
slam/dataset/rosbag_dataset.py:188
Methodnearest_neighbor_search
Returns the nearest neighbors by projective data association Projects the points in the image plane
slam/odometry/local_map.py:205
Methodnearest_neighbor_search
Returns the nearest neighbors, and associated normals computed with a KdTree
slam/odometry/local_map.py:372
Methodneed_to_synchronise_poses
(self)
slam/backend.py:40
Methodnext_frame
(self, data_dict: dict, **kwargs)
slam/initialization.py:54
Methodnext_initial_pose
Returns the identity
slam/initialization.py:86
Methodnext_initial_pose
(self, **kwargs)
slam/initialization.py:115
Methodnext_initial_pose
(self, data_dict: Optional[dict] = None, **kwargs)
slam/initialization.py:168
Methodnext_initial_pose
(self, data_dict: Optional[dict] = None, **kwargs)
slam/initialization.py:268
Methodnumpy_pc_key
The key (in data_dict) for xyz pointcloud
slam/dataset/configuration.py:51
Functionpixel_grid
Generates a pixel grid of size [B, H, W, 2]
slam/common/geometry.py:39
Functionplanar_hashing
Computes a pillar hash for each voxel in an array of voxel indices A pillar hash is a hash for the first two coordinate of a voxel (x, y)
slam/common/pointcloud.py:27
Functionpoints_to_pmap
Reshapes a point cloud into a projection map Parameters ---------- points : torch.Tensor [K * h * w, num_channels] h : the heigh
slam/common/geometry.py:208
Methodprediction_module
Returns the PoseNet Prediction Module
train.py:62
Methodprocess_next_frame
(self, data_dict: dict)
slam/loop_closure.py:49
Methodprocess_next_frame
(self, data_dict: dict)
slam/loop_closure.py:254
Methodproject_normalized
Parameters ---------- pointcloud : torch.Tensor The point cloud tensor [B, N, 3] to project in the image plane
slam/common/projection.py:227
Methodproject_pointcloud
Project the pointcloud in the Spherical image Parameters ---------- pointcloud : torch.Tensor [B, N, K>=3] h
slam/common/projection.py:452
Methodprojector
Default SphericalProjetor for UrbanLoco dataset (projection of a pointcloud into a Vertex Map)
slam/dataset/urban_loco_dataset.py:542
Methodprojector
Default SphericalProjetor for KITTI (projection of a pointcloud into a Vertex Map)
slam/dataset/kitti_360_dataset.py:225
Methodprojector
(self)
slam/dataset/rosbag_dataset.py:191
Methodprojector
Default SphericalProjetor for KITTI (projection of a pointcloud into a Vertex Map)
slam/dataset/ct_icp_dataset.py:236
Methodrelative_odometry_poses
(self)
slam/backend.py:410
Methodrescale_intrinsics
Rescales the intrinsics parameters of the projection from the arguments Parameters ---------- new_height : int
slam/common/projection.py:274
Methodrescale_intrinsics
The Spherical projection does not need to rescale its intrinsics parameters
slam/common/projection.py:497
Methodrescaled_projector
Parameters ---------- new_height : int The new height of the projector new_width The new widt
slam/common/projection.py:257
Methodrescaled_projector
Returns a rescaled Spherical projector
slam/common/projection.py:486
Methodreturn_fieldnames
()
slam/odometry/ct_icp_odometry.py:116
Methodrobust_kernel
A Robust Kernel for Least-Square minimization
slam/backend.py:217
Methodruntime_defaults
A Decorator which adds a set of defaults a dataclass
slam/common/utils.py:211
Methodsave_real_motion
No actions required
slam/initialization.py:90
Methodsave_real_motion
(self, relative_pose: np.ndarray, data_dict: dict)
slam/initialization.py:118
Methodsave_real_motion
(self, relative_pose: np.ndarray, data_dict: dict)
slam/initialization.py:200
Methodsave_real_motion
(self, new_pose: torch.Tensor, data_dict: dict)
slam/initialization.py:281
Methodse3_absolute_constraint
Returns a key which defines an absolute constraint between poses
slam/backend.py:104
Methodsequence_to_dataset
(seq_name)
slam/dataset/ct_icp_dataset.py:194
Methodsequences
(self)
slam/dataset/nclt_dataset.py:277
Methodsequences
(self)
slam/dataset/urban_loco_dataset.py:553
Methodsequences
Returns the tuples (dataset_config, sequence_name) for train, eval and test split on FordCampus
slam/dataset/ford_dataset.py:128
Methodsequences
Returns ------- (train_dataset, eval_dataset, test_dataset, transform) : tuple train_dataset : (list, list)
slam/dataset/kitti_360_dataset.py:243
Methodsequences
Returns ------- (train_dataset, eval_dataset, test_dataset, transform) : tuple train_dataset : (list, list)
slam/dataset/kitti_dataset.py:349
Methodsequences
Returns ------- (train_dataset, eval_dataset, test_dataset, transform) : tuple train_dataset : (list, list)
slam/dataset/nhcd_dataset.py:219
Methodsequences
(self)
slam/dataset/rosbag_dataset.py:195
Methodsequences
Returns ------- (train_dataset, eval_dataset, test_dataset, transform) : tuple train_dataset : (list,
slam/dataset/ct_icp_dataset.py:259
Methodserialize
(self)
slam/loop_closure.py:160
Methodset_map_pointcloud
Builds a new map from the aggregated pointcloud `pointcloud`
slam/odometry/local_map.py:289
Methodset_projection_params
(self, up_fov: float = None, down_fov: float = None, **kwargs)
slam/common/projection.py:503
Methodtest_compute_neighbors
(self)
tests/test_geometry.py:6
Methodtest_gauss_newton
(self)
tests/test_optimization.py:9
Methodtest_graph_slam
(self)
tests/test_backend.py:11
Methodtest_voxelization
(self)
tests/test_pointcloud.py:7
Functiontimer
()
slam/common/timer.py:30
Methodto_pct_object
(self)
slam/odometry/ct_icp_odometry.py:120
Functiontorch_mat_to_euler2
(rot, convention="xyz", eps=1.e-6)
slam/common/rotation.py:273
Functiontorch_ones
(b: int, n: int, dtype: torch.dtype, device: torch.device)
slam/common/projection.py:422
Functiontorch_timer
(title: str = "", cuda: bool = True)
slam/common/timer.py:54
Methodtype_name
(cls)
slam/backend.py:422
Methodtype_name
(cls)
slam/initialization.py:309
Methodtype_name
(cls)
slam/loop_closure.py:349
Methodtype_name
(cls)
slam/odometry/__init__.py:31
Methodtype_name
(cls)
slam/odometry/local_map.py:444
Methodtype_name
(cls)
slam/odometry/alignment.py:207
Methodtype_name
(cls)
slam/dataset/__init__.py:37
Methodupdate
Updates the local map and (registers a new frame into it)
slam/odometry/local_map.py:126
Methodupdate
Updates the local map and (registers a new frame into it)
slam/odometry/local_map.py:302
Methodupdate_positions
(self, trajectory: np.ndarray)
slam/loop_closure.py:170
Methodweights
Returns a scalar weight of 1 for standard least square (to avoid) unnecessary computations
slam/common/optimization.py:70
Methodworld_poses
Returns the poses expressed in the world frame
slam/backend.py:58
Methodworld_poses
(self)
slam/backend.py:399
Functionwrap
(cls)
slam/odometry/ct_icp_odometry.py:29
Methodwrap
(cls)
slam/common/utils.py:214
Functionwrapper
(*args, **kwargs)
slam/common/timer.py:58
Functionxyz_conversion
Extracts the xyz fields of a point cloud Parameters ---------- t_point_cloud : A [B, N, C >= 3] or a [N, C >= 3] array Extra
slam/common/projection.py:76
← previous501–587 of 587, ranked by callers