↓ 2 callersFunctiondecide_pose Args: pose: np.array (4, 4) Returns: index: int (0, 1, 2, 3) for upright, left, upside-down and right
threedod/benchmark_scripts/rectify_im.py:7
↓ 1 callersMethod__init__(
self,
growth_rate: int = 32,
block_config: Tuple[int, int, int, int] = (6, 12, 24, 1
depth_upsampling/models/mspf/densenet.py:16
↓ 1 callersMethod__init__(self, in_channels, out_channels, bias=False, kernel_size=1, stride=1, padding=0, dilation=1, activation=None,
depth_upsampling/models/mspf/blocks/multi_scale_depth.py:10
↓ 1 callersMethod__init__(self, in_channels, out_channels, kernel=5, stride=1, padding=2)
depth_upsampling/models/msg/blocks.py:5