Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/d62lu/3DCTN
/ functions
Functions
219 in github.com/d62lu/3DCTN
⨍
Functions
219
◇
Types & classes
31
Function
read_ply
read XYZ point cloud from filename PLY file
visualizer/pc_utils.py:78
Function
render_ball
visualizer/render_balls_so.cpp:14
Function
room2blocks_wrapper
(data_label_filename, num_point, block_size=1.0, stride=1.0, random_sample=False, samp
data_utils/indoor3d_util.py:223
Function
room2blocks_wrapper_normalized
(data_label_filename, num_point, block_size=1.0, stride=1.0, random_sample=
data_utils/indoor3d_util.py:262
Function
room2samples_wrapper_normalized
(data_label_filename, num_point)
data_utils/indoor3d_util.py:336
Function
rotate_perturbation_point_cloud
Randomly perturb the point clouds by small rotations Input: BxNx3 array, original batch of point clouds Return: B
provider.py:176
Function
rotate_perturbation_point_cloud_with_normal
Randomly perturb the point clouds by small rotations Input: BxNx6 array, original batch of point clouds and point normals R
provider.py:106
Function
rotate_point_cloud
Randomly rotate the point clouds to augument the dataset rotation is per shape based along up direction Input: BxNx3 array,
provider.py:46
Function
rotate_point_cloud_by_angle
Rotate the point cloud along up direction with certain angle. Input: BxNx3 array, original batch of point clouds Return:
provider.py:133
Function
rotate_point_cloud_by_angle_with_normal
Rotate the point cloud along up direction with certain angle. Input: BxNx6 array, original batch of point clouds with normal
provider.py:152
Function
rotate_point_cloud_with_normal
Randomly rotate XYZ, normal point cloud. Input: batch_xyz_normal: B,N,6, first three channels are XYZ, last 3 all normal
provider.py:86
Function
rotate_point_cloud_z
Randomly rotate the point clouds to augument the dataset rotation is per shape based along up direction Input: BxNx3 array,
provider.py:66
Function
shift_point_cloud
Randomly shift point cloud. Shift is per point cloud. Input: BxNx3 array, original batch of point clouds Return:
provider.py:214
Function
shuffle_data
Shuffle data and labels. Input: data: B,N,... numpy array label: B,... numpy array Return: shuffled dat
provider.py:22
Function
shuffle_points
Shuffle orders of points in each point cloud -- changes FPS behavior. Use the same shuffling idx for the entire batch. Input:
provider.py:34
Function
timeit
(tag, t)
log/classification/pointnet2_cls_msg_github/pointnet2_utils.py:9
Function
timeit
(tag, t)
models/pointnet2_utils.py:9
Function
worker_init_fn
(worker_id)
data_utils/S3DISDataLoader.py:187
Function
write_ply
input: Nx3, write points to filename as PLY format.
visualizer/pc_utils.py:86
← previous
201–219 of 219, ranked by callers