Skip to content

Commit

Permalink
Merge pull request tensorflow#1776 from akssri/patch-2
Browse files Browse the repository at this point in the history
random_pixel_value_scale has no boxes involved
  • Loading branch information
nealwu authored Jun 28, 2017
2 parents 7c7b01f + ee1089e commit b3ea60c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion object_detection/core/preprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ def random_pixel_value_scale(image, minval=0.9, maxval=1.1, seed=None):
Returns:
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]):
color_coef = tf.random_uniform(
Expand Down

0 comments on commit b3ea60c

Please sign in to comment.