"sgl-kernel/git@developer.sourcefind.cn:change/sglang.git" did not exist on "110e0066735a3bd431c2640ae168fc040d7c0806"
Commit ee1089ee authored by akssri's avatar akssri Committed by GitHub
Browse files

random_pixel_value_scale has no boxes involved

parent 56765e5b
...@@ -341,7 +341,6 @@ def random_pixel_value_scale(image, minval=0.9, maxval=1.1, seed=None): ...@@ -341,7 +341,6 @@ def random_pixel_value_scale(image, minval=0.9, maxval=1.1, seed=None):
Returns: Returns:
image: image which is the same shape as input image. image: image which is the same shape as input image.
boxes: boxes which is the same shape as input boxes.
""" """
with tf.name_scope('RandomPixelValueScale', values=[image]): with tf.name_scope('RandomPixelValueScale', values=[image]):
color_coef = tf.random_uniform( color_coef = tf.random_uniform(
......
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