Shortcuts

AutoContrast

class mmpretrain.datasets.transforms.AutoContrast(prob=0.5, **kwargs)[source]

Auto adjust image contrast.

Parameters:
  • prob (float) – The probability for performing auto contrast therefore should be in range [0, 1]. Defaults to 0.5.

  • **kwargs – Other keyword arguments of BaseAugTransform.

transform(results)[source]

Apply transform to results.