↓ 2 callersMethod__init__(
self,
dim_in: int,
*,
patch_size: int = 14,
output_dim: int = 1,
track4world/nets/external/depth_anything_3/model/dpt.py:42
↓ 2 callersFunction_depths_to_world_points_with_colors For each frame, transform (u,v,1) through K^{-1} to get rays, multiply by depth to camera frame, then use (w2c)^{-1} to transform to world fr
track4world/nets/external/depth_anything_3/utils/export/glb.py:205
↓ 2 callersFunctionbilinear_sampler Wrapper around grid_sample with coordinate normalization. Args: input: Input feature map (N, C, H, W) or (N, C, D, H, W).
track4world/nets/blocks.py:70