↓ 1 callersFunctionunproject_depth Turn the depth map into a 3D point cloud in world space Args: depth: (b, v, h, w, 1) intrinsics: (b, v, 3, 3) c2w: (
src/depth_anything_3/utils/geometry.py:434
Method__call__ Returns: (tensor, extrinsics_list, intrinsics_list) tensor shape: (1, N, 3, H, W)
src/depth_anything_3/utils/io/input_processor.py:65
Method__init__(
self,
dim_in: int,
*,
patch_size: int = 14,
output_dim: int = 2,
src/depth_anything_3/model/dualdpt.py:44
Method__init__(
self,
img_size: Union[int, Tuple[int, int]] = 224,
patch_size: Union[int, Tuple[int,
src/depth_anything_3/model/dinov2/layers/patch_embed.py:37
Functionapply_transformation_residual_kernel(
src_ptr, # [n, 3]
tgt_ptr, # [n, 3]
transformed_ptr, # [n, 3]
residuals_ptr, # [n]
s
da3_streaming/loop_utils/alignment_triton.py:24