Unverified Commit 4433680a authored by CptCaptain's avatar CptCaptain Committed by GitHub
Browse files

Add missing bracket to docstring (#8117)

parent 9fa5f3f0
...@@ -178,7 +178,7 @@ class RandomPhotometricDistort(Transform): ...@@ -178,7 +178,7 @@ class RandomPhotometricDistort(Transform):
Args: Args:
brightness (tuple of float (min, max), optional): How much to jitter brightness. brightness (tuple of float (min, max), optional): How much to jitter brightness.
brightness_factor is chosen uniformly from [min, max]. Should be non negative numbers. brightness_factor is chosen uniformly from [min, max]. Should be non negative numbers.
contrast tuple of float (min, max), optional): How much to jitter contrast. contrast (tuple of float (min, max), optional): How much to jitter contrast.
contrast_factor is chosen uniformly from [min, max]. Should be non-negative numbers. contrast_factor is chosen uniformly from [min, max]. Should be non-negative numbers.
saturation (tuple of float (min, max), optional): How much to jitter saturation. saturation (tuple of float (min, max), optional): How much to jitter saturation.
saturation_factor is chosen uniformly from [min, max]. Should be non negative numbers. saturation_factor is chosen uniformly from [min, max]. Should be non negative numbers.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment