Shortcuts

Invert

class mmpretrain.datasets.transforms.Invert(prob=0.5, **kwargs)[源代码]

反转图像色阶

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

  • **kwargs – Other keyword arguments of BaseAugTransform.

transform(results)[源代码]

Apply transform to results.