↓ 1 callersMethodnearest_interpolation :param feature: [B, N, d] input features matrix :param interp_idx: [B, up_num_points, 1] nearest neighbour index :return: [B,
repos/RandLA-Net-PyTorch/RandLANet.py:125
↓ 1 callersMethodrandom_sample :param feature: [B, N, d] input features matrix :param pool_idx: [B, N', max_num] N' < N, N' is the selected position after pooling
repos/RandLA-Net-PyTorch/RandLANet.py:102