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
b4653bd0
Commit
b4653bd0
authored
Aug 04, 2022
by
A. Unique TensorFlower
Browse files
Internal change
PiperOrigin-RevId: 465352748
parent
45df923a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/vision/ops/anchor_generator.py
official/vision/ops/anchor_generator.py
+1
-1
No files found.
official/vision/ops/anchor_generator.py
View file @
b4653bd0
...
@@ -47,7 +47,7 @@ class _SingleAnchorGenerator:
...
@@ -47,7 +47,7 @@ class _SingleAnchorGenerator:
stride: A single int represents the anchor stride size between center of
stride: A single int represents the anchor stride size between center of
each anchor.
each anchor.
clip_boxes: Boolean to represent whether the anchor coordinates should be
clip_boxes: Boolean to represent whether the anchor coordinates should be
clipped to the image size. Defaults to `
Tru
e`.
clipped to the image size. Defaults to `
Fals
e`.
Input shape: the size of the image, `[H, W, C]`
Input shape: the size of the image, `[H, W, C]`
Output shape: the size of anchors, `[(H / stride) * (W / stride), 4]`
Output shape: the size of anchors, `[(H / stride) * (W / stride), 4]`
"""
"""
...
...
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