class CorrectToMask(MaskImageTransformGAN):
    """Correct -> Mask [GAN]."""

    def __init__(self, input_index=(-1,)):
        """