↓ 5 callersFunctionhuber_loss Args: error: Torch tensor (d1,d2,...,dk) Returns: loss: Torch tensor (d1,d2,...,dk) x = error = pred - gt or dist(pred,g
utils/nn_distance.py:15
↓ 2 callersFunctionexport points are XYZ RGB (RGB in 0-255), semantic label as nyu40 ids, instance label as 1-#instance, box as (cx,cy,cz,dx,dy,dz,semantic_label)
scannet/load_scannet_data.py:60
↓ 2 callersFunctionflip_axis_to_camera Flip X-right,Y-forward,Z-up to X-right,Y-down,Z-forward Input and output are both (N,3) array
sunrgbd/sunrgbd_utils.py:25
↓ 2 callersMethodparam2obb(self, center, heading_class, heading_residual, size_class, size_residual)
sunrgbd/model_util_sunrgbd.py:77
↓ 1 callersFunctiondecode_scores(net, end_points, num_class, num_heading_bin, num_size_cluster, mean_size_arr)
models/proposal_module.py:20