↓ 1 callersFunction_ransac_align_sim3(
pose_ref, pose_est, sub_n=None, inlier_thresh=None, max_iters=10, random_state=None
)
src/depth_anything_3/utils/pose_align.py:111
↓ 1 callersMethod_unpack_results results: List[Tuple[torch.Tensor, Tuple[H, W], Optional[np.ndarray], Optional[np.ndarray]]] -> processed_images, out_sizes, out_intri
src/depth_anything_3/utils/io/input_processor.py:165
↓ 1 callersMethodabsolute_to_sequential_transforms Convert absolute pose sequence back to sequential relative transforms T_0, T_1, T_2, ... -> S_01, S_12, S_23, ...
da3_streaming/loop_utils/sim3loop.py:100
↓ 1 callersFunctionapply_sim3_direct_torch PyTorch SIM3 point_maps: (b, h, w, 3) numpy array s: scalar or (b,) array R: (3, 3) or (b, 3, 3) numpy array t: (3,) or (b, 3) nu
da3_streaming/loop_utils/alignment_torch.py:207
↓ 1 callersFunctioncamray_to_caminfo Args: camray: (B, S, num_patches_y, num_patches_x, 6) confidence: (B, S, num_patches_y, num_patches_x) Returns: R: (B
src/depth_anything_3/utils/ray_utils.py:435
↓ 1 callersMethodfit_reference Fit global mean/V3 and initialize percentiles from a reference set. frames: ndarray (T,H,W,D) or list of (H,W,D)
src/depth_anything_3/utils/pca_utils.py:167