↓ 1 callersFunction_build_meta(sample: dict[str, Any], *, split: str, index: int, video_name: str)
src/data_preprocess/prepare_kubric_full_preprocessed.py:180
↓ 1 callersFunction_build_query_tensors(
*,
query_uv_norm: np.ndarray,
t_src: np.ndarray,
t_tgt: np.ndarray,
t_cam: np.ndarray,
vis/build_like_demo.py:755
↓ 1 callersMethod_compute_disp_loss(
self,
outputs: dict[str, torch.Tensor],
target: dict[str, torch.Tensor],
mas
src/losses/d4rt_loss.py:230
↓ 1 callersMethod_compute_normal_loss(
self,
outputs: dict[str, torch.Tensor],
target: dict[str, torch.Tensor],
mas
src/losses/d4rt_loss.py:245
↓ 1 callersMethod_compute_reprojection_uv_from_xyz_loss(
self,
outputs: dict[str, torch.Tensor],
batch: dict[str, Any],
metrics: dict
src/losses/d4rt_loss.py:161
↓ 1 callersMethod_compute_uv_loss(
self,
outputs: dict[str, torch.Tensor],
target: dict[str, torch.Tensor],
mas
src/losses/d4rt_loss.py:91
↓ 1 callersMethod_compute_vis_loss(
self,
outputs: dict[str, torch.Tensor],
target: dict[str, torch.Tensor],
mas
src/losses/d4rt_loss.py:215
↓ 1 callersMethod_compute_xyz_loss(
self,
outputs: dict[str, torch.Tensor],
target: dict[str, torch.Tensor],
mas
src/losses/d4rt_loss.py:28
↓ 1 callersFunction_depth_seg_occlusion(
*,
depth_z_hw: np.ndarray,
depth_valid_hw: np.ndarray,
seg_hw: np.ndarray,
u: float,
vis/build_like_demo.py:480