FunctionrunRun Equi2Cube params: - equi (torch.Tensor): 4 dims (b, c, h, w) - rots (List[dict]): dict of ('yaw', 'pitch', 'roll') - w_face (int)
external/equilib/equi2cube/torch.py:112
FunctionrunRun Equi2Pers params: - equi (torch.Tensor): 4 dims (b, c, h, w) - rots (List[dict]): dict of ('yaw', 'pitch', 'roll') - height, widt
external/equilib/equi2pers/torch.py:106
FunctionrunRun Equi2Pers params: - equi (np.ndarray): 4 dims (b, c, h, w) - rot (List[dict]): dict of ('yaw', 'pitch', 'roll') - height, width (
external/equilib/equi2pers/numpy.py:120
FunctionrunRun Equi2Equi params: - src (torch.Tensor): 4 dims (b, c, h, w) - rot (List[dict]): dict of ('yaw', 'pitch', 'roll') - z_down (bool)
external/equilib/equi2equi/torch.py:55
FunctionrunRun Equi2Equi params: - src (np.ndarray): 4 dims (b, c, h, w) - rot (List[dict]): dict of ('yaw', 'pitch', 'roll') - z_down (bool)
external/equilib/equi2equi/numpy.py:75
Methodsave_as_video(self, save_path, seconds: int = 8, fps: int = 25, fov: float = 90.0, phi: float = 0.0, height: int = 512, wid
utils/cube.py:539
Functionunpad_cube Args: cube: torch.Tensor, [b*m, c, h, w] or [b, m, c, h, w] padding: int
utils/cube.py:54