Fix PhotoMetricDistortion docstring (#388)

This commit is contained in:
Jerry Jiarui XU 2021-02-24 18:22:00 -08:00 committed by GitHub
parent 34427f9261
commit d0a71c1509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.