UT3Frame.data#
- t3toolbox.uniform_frame_variations_format.UT3Frame.data()#
def data(self) -> typ.Tuple[ NDArray, # up_tucker_supercore NDArray, # down_tt_supercore NDArray, # left_tt_supercore NDArray, # right_tt_supercore typ.Tuple[int, ...], # shape typ.Tuple[NDArray, NDArray, NDArray, NDArray], # (up_mask, down_mask, frame_left_mask, frame_right_mask) ]: