↓ 9 callersFunctionindex_points Input: points: input points data, [B, N, C] idx: sample index data, [B, S] Return: new_points:, indexed points data,
utils/pointnet2_utils.py:54
↓ 4 callersFunctionfarthest_point_sample Input: xyz: pointcloud data, [B, N, 3] npoint: number of samples Return: centroids: sampled pointcloud index, [B, npo
utils/pointnet2_utils.py:74
↓ 2 callersMethod__init__(self, npoint, radius, nsample, in_channel, mlp, group_all)
utils/pointnet2_utils.py:195
↓ 2 callersMethoddensification_postfix(self, new_xyz, new_features_dc, new_features_rest, new_opacities, new_scaling,
scene/gaussian_model.py:396
↓ 2 callersFunctionmatch_pcd Input: pc0, pc1: tensor [1, N0, 3], [1, N1, 3] N: downsample number Return: idx_s, idx_e: [N], [N]
utils/other_utils.py:34
↓ 2 callersFunctionreadCamerasFromTransforms(path, transformsfile, white_background, extension=".png", no_bg=False, load_depth=True, load_mono_depth=True)
scene/dataset_readers.py:116
↓ 2 callersFunctionrender_set(args, load2gpt_on_the_fly, name, iteration, views, gaussians, pipeline, background, deform, eval_app=False, v
render.py:186