↓ 2 callersFunctioncompute_pairwise_loss(tgt_img, ref_img, tgt_depth, ref_depth, pose, intrinsic, hparams)
losses/loss_functions.py:112
↓ 2 callersFunctionedgeGuidedSampling(inputs, targets, edges_img, thetas_img, masks, h, w)
losses/normal_ranking_loss.py:60
↓ 1 callersFunctionpose_vec2mat Convert 6DoF parameters to transformation matrix. Args:s vec: 6DoF parameters in the order of tx, ty, tz, rx, ry, rz -- [B, 6] Re
losses/inverse_warp.py:69
Method__init__(self, mean=[0.45, 0.45, 0.45], std=[0.225, 0.225, 0.225])
datasets/custom_transforms.py:22
Functionphoto_and_geometry_loss(tgt_img, ref_imgs, tgt_depth, ref_depths, intrinsics, poses, poses_inv, hparams)
losses/loss_functions.py:58