Methodforward Args: xyz: (B,K,3) features: (B,C,K) Returns: scores: (B,num_proposal,2+3+NH*2+NS*4)
models/proposal_module.py:80
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/box_util.py:319
Methodparam2obb(self, center, heading_class, heading_residual, size_class, size_residual)
scannet/model_util_scannet.py:60