Shortcuts

mmcls.datasets.pipelines.Solarize

class mmcls.datasets.pipelines.Solarize(thr, prob=0.5)[source]

Solarize images (invert all pixel values above a threshold).

Parameters
  • thr (int | float) – The threshold above which the pixels value will be inverted.

  • prob (float) – The probability for solarizing therefore should be in range [0, 1]. Defaults to 0.5.