↓ 3 callersFunctionweighted_mean_numpy(x: np.ndarray, w: np.ndarray = None, axis: Union[int, Tuple[int,...]] = None, keepdims: bool = False, eps: fl
preprocess/SpaTrackV2_code/models/tracker3D/spatrack_modules/geometry_numpy.py:14
↓ 3 callersFunctionweighted_procrustes_torch Weighted Procrustes Analysis in PyTorch (batched). Args: X: (B, 1, N, 3), source point cloud. Y: (B, T, N, 3), target po
preprocess/SpaTrackV2_code/models/tracker3D/spatrack_modules/utils.py:69
↓ 2 callersMethod__init__(self,width1=320,conv2_kernel_size=31,K=12,
conv_kernel_size=3,inputdim=2,
preprocess/SpaTrackV2_code/models/tracker3D/spatrack_modules/utils.py:779
↓ 2 callersMethodget_loss(self, loss, outputs, targets, indices, num_masks)
preprocess/oneformer_code/oneformer/modeling/criterion.py:261
↓ 2 callersFunctionget_nth_visible_time_index vis_gt: [B, T, N] 0/1 binary tensor n: [B, N] int tensor, the n-th visible time index to get (1-based) Returns: [B, N] tensor of time in
preprocess/SpaTrackV2_code/models/tracker3D/spatrack_modules/utils.py:920
↓ 2 callersFunctionkey_fr_wprocrustes cam_pts: (B, T, N, 3) graph_matrix: (B, 1, N) dyn_weight: (B, T, N) K: number of keyframes to select (including start and end) R
preprocess/SpaTrackV2_code/models/tracker3D/spatrack_modules/utils.py:135