↓ 2 callersFunctionfind_homography_least_squares_weighted_torch_batch Batch version of weighted least squares Homography src_pts_batch: (B, K, 2) dst_pts_batch: (B, K, 2) confident_weight_batch: (B, K)
track4world/nets/external/depth_anything_3/utils/ray_utils.py:208
↓ 2 callersFunctiononed2inferno Converts a 1-channel tensor to a 3-channel heatmap (Inferno) or grayscale. Input: (B, 1, H, W) or (B, H, W) Output: (B, 3, H, W) uint8 te
track4world/utils/improc.py:101
↓ 2 callersFunctionparallel_execution(
*args,
action: Callable,
num_processes=32,
print_progress=False,
sequential=False,
a
track4world/nets/external/depth_anything_3/utils/parallel_utils.py:64
↓ 2 callersMethodprocess_attention(self, x, block, attn_type="global", pos=None, attn_mask=None)
track4world/nets/external/depth_anything_3/model/dinov2/vision_transformer.py:351