↓ 1 callersFunctionsample_and_group_all Inputs: xyz: (batch_size, ndataset, 3) TF tensor points: (batch_size, ndataset, channel) TF tensor, if None will just use xyz as
utils/pointnet_util.py:59
↓ 1 callersFunctionselect_top_k Input: k: int32, number of k SMALLEST elements selected dist: (b,m,n) float32 array, distance matrix, m query points, n dataset p
tf_ops/grouping/tf_grouping.py:22
Method__init__(self, root, batch_size = 32, npoints = 1024, split='train', normalize=True, normal_channel=False, modelnet10=
modelnet_dataset.py:24
Method__init__(self, root, npoints = 2500, classification = False, class_choice = None, split='train', normalize=True)
part_seg/part_dataset.py:20
Method__init__(self, root, npoints = 2500, classification = False, split='train', normalize=True, return_cls_label = False)
part_seg/part_dataset_all_normal.py:20