Functionget_gt_warp(depth1, depth2, T_1to2, K1, K2, depth_interpolation_mode = 'bilinear', relative_depth_error_threshold = 0.05,
src/slamformer/utils/geometry.py:123
Functionload_images_as_tensor Loads images from a directory or video, resizes them to a uniform size, then converts and stacks them into a single [N, 3, H, W] PyTorch tens
src/slamformer/utils/basic.py:11
Functionsave_model(
accelerator,
args,
epoch,
model_without_ddp,
optimizer,
loss_scaler,
step,
f
src/croco/utils/misc.py:394