↓ 12 callersFunctiondraw_points(
image: Float[Tensor, "3 height width"],
points: Vector,
color: Vector = [1, 1, 1],
radius: S
src/visualization/drawing/points.py:13
↓ 9 callersFunctiondraw_lines(
image: Float[Tensor, "3 height width"],
start: Vector,
end: Vector,
color: Vector,
width
src/visualization/drawing/lines.py:13
↓ 6 callersMethod__init__(self, in_features, hidden_features=None, out_features=None, act_layer=nn.GELU, bias=True, drop=0.)
src/model/encoder/backbone/croco/blocks.py:60
↓ 4 callersFunction_compute_point_projection(
xyz: Float[Tensor, "*#batch 3"],
t: Float[Tensor, "*#batch"],
intrinsics: Float[Tensor, "*#batch
src/geometry/epipolar_lines.py:134
↓ 4 callersFunctioninterpolate_intrinsics(
initial: Float[Tensor, "*#batch 3 3"],
final: Float[Tensor, "*#batch 3 3"],
t: Float[Tensor, " t
src/visualization/camera_trajectory/interpolation.py:8
↓ 3 callersFunctiongenerate_wobble_transformation(
radius: Float[Tensor, "*#batch"],
t: Float[Tensor, " time_step"],
num_rotations: int = 1,
sc
src/visualization/camera_trajectory/wobble.py:8
↓ 2 callersMethod_decoder(self, f1, pos1, f2, pos2, extra_embed1=None, extra_embed2=None)
src/model/encoder/backbone/backbone_croco.py:190
↓ 2 callersMethod_encode_image_pairs(self, img1, img2, true_shape1, true_shape2, intrinsics_embed1=None, intrinsics_embed2=None)
src/model/encoder/backbone/backbone_croco.py:156
↓ 2 callersFunctionapply_normalize_shim(
batch: BatchedExample,
mean: tuple[float, float, float] = (0.5, 0.5, 0.5),
std: tuple[float, flo
src/dataset/shims/normalize_shim.py:21