I try to implement the mosaic and mixup augmentation in your code, but I confused because the dataset is wrapped around the SemiDataset wrapper and the mosaic or mixup augmentation need the dataset to wrap on the MultiImageMixDataset type. Do you have any idea how to implement this kind of work ?
I try to implement the mosaic and mixup augmentation in your code, but I confused because the dataset is wrapped around the SemiDataset wrapper and the mosaic or mixup augmentation need the dataset to wrap on the MultiImageMixDataset type. Do you have any idea how to implement this kind of work ?