Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
ee1089ee
Commit
ee1089ee
authored
Jun 27, 2017
by
akssri
Committed by
GitHub
Jun 27, 2017
Browse files
random_pixel_value_scale has no boxes involved
parent
56765e5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
object_detection/core/preprocessor.py
object_detection/core/preprocessor.py
+0
-1
No files found.
object_detection/core/preprocessor.py
View file @
ee1089ee
...
@@ -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
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment