↓ 7 callersMethodadd_camera(self, pose_c2w, focal=None, color=(0, 0, 0), image=None, imsize=None, cam_size=0.03)
benchmark/models/dust3r_root/dust3r/viz.py:190
↓ 7 callersMethodadd_pointcloud(self, pts3d, color=(0,0,0), mask=None, denoise=False)
benchmark/models/mast3r_root/dust3r/viz.py:137
↓ 6 callersMethod__init__(self, in_features, hidden_features=None, out_features=None, act_layer=nn.GELU, bias=True, drop=0.)
benchmark/models/dust3r_root/croco/models/blocks.py:60
↓ 6 callersMethod__init__(self, in_features, hidden_features=None, out_features=None, act_layer=nn.GELU, bias=True, drop=0.)
benchmark/models/mast3r_root/croco/models/blocks.py:60
↓ 6 callersMethod_invert_se3Invert (N, 3, 4) SE3 matrices → (N, 3, 4). R' = R^T, t' = -R^T @ t.
benchmark/evaluation/model_adapters/base_adapter.py:161
↓ 6 callersMethodappend_frame
Append one frame's K/V tensors to the two-stream cache.
Token layout must be: [camera, reg0, ..., regN, scale, patch0, ..., patch
benchmark/models/lingbot_map/layers/flashinfer_cache.py:202
↓ 6 callersFunctionas_homogeneous Accept (..., 3,4) or (..., 4,4) extrinsics, return (...,4,4) homogeneous matrix. Supports torch.Tensor or np.ndarray.
benchmark/models/r3/depth_anything_3/utils/geometry.py:23
↓ 6 callersFunctionfast_reciprocal_NNs(pts1, pts2, subsample_or_initxy1=8, ret_xy=True, pixel_tol=0, ret_basin=False,
device
benchmark/models/mast3r_root/mast3r/fast_nn.py:109
↓ 5 callersMethod__init__(self, criterion, norm_mode='avg_dis', gt_scale=False, opt_fit_gt=False,
sky_loss_value=2, ma
benchmark/models/mast3r_root/mast3r/losses.py:28
↓ 5 callersFunction_inv_se3SE(3) closed-form inverse transform, numerically stable, supports single (4,4) or batched (N,4,4). For SE(3) matrix [R|t; 0 1], its inverse is [R
benchmark/evaluation/model_adapters/worldmirror_adapter.py:34
↓ 5 callersMethod_set_pose(self, poses, idx, R, T=None, scale=None, force=False)
benchmark/models/dust3r_root/dust3r/cloud_opt/base_opt.py:157
↓ 5 callersMethod_set_pose(self, poses, idx, R, T=None, scale=None, force=False)
benchmark/models/mast3r_root/dust3r/cloud_opt/base_opt.py:157
↓ 5 callersMethodadd_pointcloud(self, pts3d, color=(0,0,0), mask=None, denoise=False)
benchmark/models/dust3r_root/dust3r/viz.py:137
↓ 5 callersFunctionas_homogeneous Accept (..., 3,4) or (..., 4,4) extrinsics, return (...,4,4) homogeneous matrix. Supports torch.Tensor or np.ndarray.
benchmark/models/depth_anything_3/utils/geometry.py:23
↓ 5 callersFunctiondepthmap_to_pts3d Args: - depthmap (BxHxW array): - pseudo_focal: [B,H,W] ; [B,2,H,W] or [B,1,H,W] Returns: pointmap of absolute coordi
benchmark/models/mast3r_root/dust3r/utils/geometry.py:114
↓ 5 callersMethodencode_patch_tokens Encode patch tokens from frames. Params: - frames: dict containing 'images' (B, nimgs, 3, H, W) in [-1, 1] range
benchmark/models/amb3r_root/amb3r/frontend.py:29
↓ 5 callersFunctionget_gpu_memory_infoReturn a snapshot of current GPU memory usage or None if CUDA not available. Keys in returned dict: total_gb, allocated_gb, reserved_gb, free_gb,
benchmark/models/r3/depth_anything_3/utils/memory.py:16