Table of Contents

Enum MixingStrategy

Namespace
AiDotNet.Augmentation
Assembly
AiDotNet.dll

Specifies the mixing strategy used for label mixing.

public enum MixingStrategy

Fields

Custom = 3

Custom mixing strategy.

CutMix = 1

CutMix: Cut and paste rectangular regions.

Mixup = 0

Mixup: Linear interpolation of entire images.

MixupCutMix = 2

MixupCutMix: Dynamically choose between Mixup and CutMix.