Commit 2d742982 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 465352748
parent e800e56a
...@@ -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 `True`. clipped to the image size. Defaults to `False`.
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]`
""" """
......
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