Functioncolorize_feature_map Args: x: torch.Tensor, [B, H, W, D] Returns: torch.Tensor, [B, H, W, 3]
src/dust3r/viz.py:1059
Functionconvert_scene_output_to_glb(
outdir,
imgs,
pts3d,
mask,
focals,
cams2world,
cam_size=0.05,
show_cam=True,
viser_utils.py:101
Functiondraw_correspondences draw correspondences between two images :param img1: tensor [B, H, W, 3] :param img2: tensor [B, H, W, 3] :param coord1: tensor [B, N
src/dust3r/viz.py:598
Functiondraw_correspondences_lines draw correspondences between two images :param img1: tensor [B, H, W, 3] :param img2: tensor [B, H, W, 3] :param coord1: tensor [B, N
src/dust3r/viz.py:630
Functioneval_metrics_first_pose_align_last_pose(
pred_traj, gt_traj=None, seq="", filename="", figpath="", sample_stride=1
)
eval/relpose/evo_utils.py:288
Functionextract_correspondences_from_pts3d(
view1, view2, target_n_corres, rng=np.random, ret_xy=True, nneg=0
)
eval/mv_recon/dataset_utils/corr.py:52
Functionfind_opt_scaling(
gt_pts1,
gt_pts2,
pr_pts1,
pr_pts2=None,
fit_mode="weiszfeld_stop_grad",
valid1=None
src/dust3r/inference.py:339