Method__init__(
self,
height: int,
width: int,
fov_x: float,
skew: float = 0.0,
external/equilib/equi2pers/base.py:38
Functionconcat_dice_mask Args: dice: np.ndarray, (H, W, C), uint8 | Image.Image Returns: dice: np.ndarray, (H, W, C+1), uint8 | Image.Image
utils/cube.py:213
Functioncube_dict2h(cube_dict, face_k=['F', 'R', 'B', 'L', 'U', 'D'])
external/py360convert/utils.py:193
Functionforward Shape: - Input: (B*M, C, H, W) or (B*M, C, HW) - Output: (B*M, C, H, W) or (B*M, C, HW)
models/multiplane_sync/sync_norm.py:8
Functionget_bounding_fov(
equi: torch.Tensor,
rots: List[Dict[str, float]],
height: int,
width: int,
fov_x: float,
external/equilib/equi2pers/torch.py:249
Functionget_bounding_fov(
equi: np.ndarray,
rots: List[Dict[str, float]],
height: int,
width: int,
fov_x: float,
external/equilib/equi2pers/numpy.py:231
Functionimages_to_equi_and_dice Args: images: np.ndarray (B, 6, H, W, C) | torch.Tensor (B, 6, C, H, W) Returns: equis: np.ndarray, (B, H, W, C) dice
utils/cube.py:241
Functionrotate_cube Args: cube: torch.Tensor, [b*m, c, h, w] or [b, m, c, h, w] yaw: int
utils/cube.py:65
Functionrotate_cube_by_shifts Args: cube: torch.Tensor [b*m, c, h, w] or [b, m, c, h, w] | np.ndarray, [b*m, h, w, c] or [b, m, h, w, c] shifts: int
utils/cube.py:99