Functioncam_read Read camera data, return (M,N) tuple. M is the intrinsic matrix, N is the extrinsic matrix, so that x = M*N*X, with x being a point
omnivggt/utils/image.py:42
Functionconvert_box2d_to_intrinsics(box2d, pix_T_cam, H, W, use_image_aspect_ratio=True, mult_padding=1.0)
omnivggt/utils/po_utils/geom.py:425
Functionexpand_extrinsic Expand extrinsic matrix from (B, N, 3, 4) to (B, N, 4, 4). Args: extrinsic_3x4 (numpy.ndarray or torch.Tensor): Extrinsic matrix with sh
omnivggt/utils/geometry.py:533
Methodforward Args: x: Tensor, shape = (B, N, 9) Returns: Tensor, shape = (B, N, 1024)
omnivggt/layers/block.py:122
Methodforward Args: x: Tensor, shape = (B, N, 9) Returns: Tensor, shape = (B, N, 1024)
omnivggt/layers/block.py:146