↓ 3 callersFunctionloss_of_one_batch(
batch,
model,
criterion,
accelerator: Accelerator,
symmetrize_batch=False,
use_amp=F
src/dust3r/inference.py:55
↓ 2 callersFunctioncolorize turn a grayscale image into a color image :param x: torch.Tensor, grayscale image, [H, W] or [B, H, W] :param mask: torch.Tensor or None,
eval/video_depth/utils.py:208
↓ 2 callersFunctioncolorize turn a grayscale image into a color image :param x: torch.Tensor, grayscale image, [H, W] or [B, H, W] :param mask: torch.Tensor or None,
eval/relpose/utils.py:283
↓ 2 callersFunctionload_trajRead trajectory format. Return in TUM-RGBD format. Returns: traj_tum (N, 7): camera to world poses in (x,y,z,qx,qy,qz,qw) timestam
eval/relpose/evo_utils.py:137
↓ 2 callersFunctionplot_trajectory(
pred_traj, gt_traj=None, title="", filename="", align=True, correct_scale=True
)
eval/relpose/evo_utils.py:370
↓ 2 callersFunctiontiled_pred(
model,
criterion,
img1,
img2,
gt,
overlap=0.5,
bad_crop_thr=0.05,
downscale=
src/croco/stereoflow/engine.py:243