↓ 3 callersFunctionxy_grid Output a (H,W,2) array of int32 with output[j,i,0] = i + origin[0] output[j,i,1] = j + origin[1]
benchmark/models/dust3r_root/dust3r/utils/geometry.py:15
↓ 3 callersFunctionxy_grid Output a (H,W,2) array of int32 with output[j,i,0] = i + origin[0] output[j,i,1] = j + origin[1]
benchmark/models/mast3r_root/dust3r/utils/geometry.py:15
↓ 2 callersMethod__init__(
self,
dim_in: int,
*,
patch_size: int = 14,
output_dim: int = 1,
benchmark/models/depth_anything_3/model/dpt.py:42
↓ 2 callersMethod__init__(
self,
dim_in: int,
*,
patch_size: int = 14,
output_dim: int = 1,
benchmark/models/r3/depth_anything_3/model/dpt.py:42
↓ 2 callersMethod__init__(self, idim, mlp_hidden_dim, mlp_odim, conv_inner_dim, odim, patch_size, subpatch=2, **kw)
benchmark/models/mast3r_root/mast3r/catmlp_dpt_head.py:120
↓ 2 callersMethod_build_resultBuild the result dict from combined outputs. Args: c2w: (N, 4, 4) cam2world float64 points: (N, H, W, 3) world points
benchmark/evaluation/model_adapters/pi_long_adapter.py:240
↓ 2 callersMethod_compute_qkv_lr_implCompute Q, K, V and learning rates for input x. Returns: Tuple of (q, k, v, lr0, lr1, lr2) all appropriately shaped
benchmark/models/vgg_ttt/vggttt/nets/ttt_attention.py:152