mmcls.datasets.pipelines.Equalize¶ class mmcls.datasets.pipelines.Equalize(prob=0.5)[source]¶ Equalize the image histogram. Parameters prob (float) – The probability for performing invert therefore should be in range [0, 1]. Defaults to 0.5.