↓ 3 callersFunctionangleCompute angle between 2 vectors For robustness, we use the same formulation as in PPFNet, i.e. angle(v1, v2) = atan2(cross(v1, v2), dot(v
code/exps_deep_learning/rpm/models/pointnet_util.py:173
↓ 3 callersFunctionindex_points Input: points: input points data, [B, N, C] idx: sample index data, [B, S] Return: new_points:, indexed points data,
code/utils.py:233
↓ 2 callersFunctionsave_pred_gt_obj(V_src, V_pred, V_gt, V_tgt_trans, paths_src, paths_pred,
paths_gt, paths_gt_pred)
code/exps_deep_learning/fmr/model.py:34
↓ 1 callersFunction_mlp_layers [B, Cin, N] -> [B, Cout, N] or [B, Cin] -> [B, Cout]
code/exps_deep_learning/fmr/model.py:57