Methodforward :param tensor: A 5d tensor of size (batch_size, x, y, z, ch) :return: Positional Encoding Matrix of size (batch_size, x, y, z, ch)
models/mask3d.py:473
Functionget_3d_box box_size is array(l,w,h), heading_angle is radius clockwise from pos x axis, center is xyz of box center output (8,3) array for 3D box cornde
utils/votenet_utils/box_util.py:210
Functionget_3d_box_batch box_size: [x1,x2,...,xn,3] heading_angle: [x1,x2,...,xn] center: [x1,x2,...,xn,3] Return: [x1,x3,...,xn,8,3]
utils/votenet_utils/box_util.py:227
Functioninterpolation input: xyz: (m, 3), new_xyz: (n, 3), feat: (m, c), offset: (b), new_offset: (b) output: (n, c)
utils/pointops2/functions/pointops_ablation.py:165
Functioninterpolation input: xyz: (m, 3), new_xyz: (n, 3), feat: (m, c), offset: (b), new_offset: (b) output: (n, c)
utils/pointops2/functions/pointops2.py:164
Functioninterpolation input: xyz: (m, 3), new_xyz: (n, 3), feat: (m, c), offset: (b), new_offset: (b) output: (n, c)
utils/pointops2/functions/pointops.py:752
Functioninterpolation_v2 input: xyz: (m, 3), new_xyz: (n, 3), feat: (m, c), offset: (b), new_offset: (b) output: (n, c)
utils/pointops2/functions/pointops.py:769
Methodjoint_database(self, train_modes=("Area_1", "Area_2", "Area_3", "Area_4", "Area_5", "Area_6"))
datasets/preprocessing/s3dis_preprocessing.py:210