↓ 1 callersMethodadd_camera(self, pose_c2w, focal=None, color=(0, 0, 0), image=None, imsize=None, cam_size=0.03)
Dens3R/dust3r/viz.py:142
↓ 1 callersFunctionadd_scene_cam(scene, pose_c2w, edge_color, image=None, focal=None, imsize=None, screen_width=0.03)
Dens3R/infer/demo_utils.py:54
↓ 1 callersMethodbg_fields_query_and_render(
self, ray_bundle: RayBundle, samples_and_field_outputs_fg: Dict[str, Any], outputs: Dict[str, Any]
Dens3R/AutoReconForDens3R/nerfstudio/models/base_surface_model.py:542
↓ 1 callersMethodblockwise_criterion(self, descs1, descs2, confs1, confs2, valid_matches, euc, rng=np.random, shuffle=True)
Dens3R/mast3r/losses.py:649
↓ 1 callersFunctioncamera_matrix_of_crop(input_camera_matrix, input_resolution, output_resolution, scaling=1, offset_factor=0.5, offset=None)
Dens3R/dust3r/datasets/utils/cropping.py:102
↓ 1 callersFunctioncolorizeConverts a depth map to a color image. Args: value (torch.Tensor, numpy.ndarry): Input depth map. Shape: (H, W) or (1, H, W) or (1, 1, H,
Dens3R/infer/eval_scripts/eval_depth.py:177
↓ 1 callersFunctiondepthmap_to_pts3d Args: - depthmap (BxHxW array): - pseudo_focal: [B,H,W] ; [B,2,H,W] or [B,1,H,W] Returns: pointmap of absolute coordi
Dens3R/dust3r/utils/geometry.py:114
↓ 1 callersFunctiondotdot product (along the last dim). Args: x (Union[Tensor, ndarray]): x, [..., C] y (Union[Tensor, ndarray]): y, [..., C] Retu
Dens3R/infer/eval_scripts/eval_normal.py:20