↓ 1 callersFunctionsintel_cam_readRead camera data, return (M,N) tuple. M is the intrinsic matrix, N is the extrinsic matrix, so that x = M*N*X, with x being a point in h
eval_code/recons/relpose/evo_utils.py:84
↓ 1 callersFunctionsliding_window_nd(x: torch.Tensor, window_size: Tuple[int, ...], stride: Tuple[int, ...], dim: Tuple[int, ...])
eval_code/recons/models/moge/utils3d/torch/utils.py:40
↓ 1 callersFunctionsliding_window_nd(x: np.ndarray, window_size: Tuple[int,...], stride: Tuple[int,...], axis: Tuple[int,...])
eval_code/recons/models/moge/utils3d/numpy/utils.py:65
↓ 1 callersFunctionweighted_mean(x: torch.Tensor, w: torch.Tensor = None, dim: Union[int, torch.Size] = None, keepdim: bool = False, eps: floa
modeling/pi3/models/pi3_loss.py:23