Is there any way to use the MixUp and CutMix transforms for semantic segmentation masks? I could not find any documentation on it. If this functionality does not exist, I will be happy to submit a PR for the same. Motivation - CutMix is used in SOTA semi-supervised semantic segmentation methods such as [UniMatch](https://arxiv.org/abs/2410.10777) and MixUp is used in knowledge distillation methods such as ["Knowledge distillation: A good teacher is patient and consistent"](https://arxiv.org/abs/2106.05237)