↓ 9 callersMethod__init__(self, *, device: torch.device, dtype: torch.dtype, width: int, init_scale: float)
point_e/models/transformer.py:52
↓ 7 callersFunctionindex_points Input: points: input points data, [B, N, C] idx: sample index data, [B, S] Return: new_points:, indexed points data,
point_e/evals/pointnet2_utils.py:73
↓ 2 callersMethod__init__(self, npoint, radius, nsample, in_channel, mlp, group_all)
point_e/evals/pointnet2_utils.py:199
↓ 2 callersFunctionfarthest_point_sample Input: xyz: pointcloud data, [B, N, 3] npoint: number of samples Return: centroids: sampled pointcloud index, [B, npo
point_e/evals/pointnet2_utils.py:95
↓ 2 callersFunctionkarras_sample_progressive(
diffusion,
model,
shape,
steps,
clip_denoised=True,
progress=False,
model_kwargs
point_e/diffusion/k_diffusion.py:118