Fix PhotoMetricDistortion docstring (#388)

This commit is contained in:
Jerry Jiarui XU 2021-02-24 18:22:00 -08:00 committed by GitHub
parent 67d71504a7
commit 96ddb41c6e

View File

@ -783,7 +783,6 @@ class PhotoMetricDistortion(object):
5. random hue 5. random hue
6. convert color from HSV to BGR 6. convert color from HSV to BGR
7. random contrast (mode 1) 7. random contrast (mode 1)
8. randomly swap channels
Args: Args:
brightness_delta (int): delta of brightness. brightness_delta (int): delta of brightness.