↓ 4 callersFunctionvisualize_pointcloud_batch(path, pointclouds, pred_labels, labels, categories, vis_label=False, target=None, elev=30, azim=225)
utils/visualize.py:181
↓ 1 callersMethod__init__(self, root_dir, subdirs, tr_sample_size=10000,
te_sample_size=10000, split='train', scale=1.
datasets/shapenet_data_pc.py:39
↓ 1 callersFunctionball_query :param centers_coords: coordinates of centers, FloatTensor[B, 3, M] :param points_coords: coordinates of points, FloatTensor[B, 3, N]
modules/functional/ball_query.py:8
↓ 1 callersFunctioncreate_pointnet2_fp_modules(fp_blocks, in_channels, sa_in_channels, embed_dim=64, use_att=False,
dropout=
model/pvcnn_generation.py:130
↓ 1 callersMethodforward Forward pass of DiT. x: (N, C, H, W, D) tensor of spatial inputs (images or latent representations of images) t: (N, C, L) te
model/transformer_branch.py:225