Functioncompute_huber_weights_kernel(
residuals_ptr,
weights_ptr,
delta,
n_points,
BLOCK_SIZE: tl.constexpr,
)
da3_streaming/loop_utils/alignment_triton.py:143
Methodforward Args: aggregated_tokens_list: List of 4 tensors [B, S, T, C] from transformer. images: [B, S, 3, H, W]
src/depth_anything_3/model/dualdpt.py:156
Methodforward Forward pass through the network. Args: x: Input images (B, N, 3, H, W) extrinsics: Camera extrinsics (B, N,
src/depth_anything_3/model/da3.py:100
Functionpca_to_rgb_4d_bf16_percentile Reduce numpy array of shape (49, 27, 36, 3072) to 3D via PCA and visualize as (49, 27, 36, 3). - PCA uses torch.pca_lowrank (randomized SVD),
src/depth_anything_3/utils/pca_utils.py:27