↓ 1 callersFunctionload_images Loads images from a directory or video, resizes them to a uniform size, then converts and stacks them into a single [N, 3, H, W] PyTorch tens
eval_code/recons/interfaces/g2vlm.py:21
↓ 1 callersFunctionload_images Loads images from a directory or video, resizes them to a uniform size, then converts and stacks them into a single [N, 3, H, W] PyTorch tens
eval_code/recons/interfaces/pi3.py:18
↓ 1 callersFunctionmatrix_to_quaternionConvert 3x3 rotation matrix to quaternion (w, x, y, z) Args: rot_mat (torch.Tensor): shape (..., 3, 3), the rotation matrices to convert
eval_code/recons/models/moge/utils3d/torch/transforms.py:977
↓ 1 callersFunctionmax_pool_nd(x: np.ndarray, kernel_size: Tuple[int,...], stride: Tuple[int,...], padding: Tuple[int,...], axis: Tuple[int,
eval_code/recons/models/moge/utils3d/numpy/utils.py:91
↓ 1 callersFunctionquaternion_to_matrixConverts a batch of quaternions (w, x, y, z) to rotation matrices Args: quaternion (np.ndarray): shape (..., 4), the quaternions to c
eval_code/recons/models/moge/utils3d/numpy/transforms.py:679