From d0a71c1509c2d9f4cecfd775c3fb0c1e625a2d38 Mon Sep 17 00:00:00 2001 From: Jerry Jiarui XU Date: Wed, 24 Feb 2021 18:22:00 -0800 Subject: [PATCH] Fix PhotoMetricDistortion docstring (#388) --- mmseg/datasets/pipelines/transforms.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mmseg/datasets/pipelines/transforms.py b/mmseg/datasets/pipelines/transforms.py index e168280adc..9231efc8dc 100644 --- a/mmseg/datasets/pipelines/transforms.py +++ b/mmseg/datasets/pipelines/transforms.py @@ -783,7 +783,6 @@ class PhotoMetricDistortion(object): 5. random hue 6. convert color from HSV to BGR 7. random contrast (mode 1) - 8. randomly swap channels Args: brightness_delta (int): delta of brightness.