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
359a51bf
"vscode:/vscode.git/clone" did not exist on "2f8481da9bacb3f93d19a9806e83daf886c2d4e2"
Commit
359a51bf
authored
Jun 17, 2021
by
Zhichao Lu
Committed by
TF Object Detection Team
Jun 17, 2021
Browse files
Fix typo in iou op docstring.
PiperOrigin-RevId: 379898918
parent
503b6073
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
research/object_detection/utils/np_box_ops.py
research/object_detection/utils/np_box_ops.py
+2
-2
No files found.
research/object_detection/utils/np_box_ops.py
View file @
359a51bf
...
...
@@ -70,7 +70,7 @@ def iou(boxes1, boxes2):
Args:
boxes1: a numpy array with shape [N, 4] holding N boxes.
boxes2: a numpy array with shape [M, 4] holding
N
boxes.
boxes2: a numpy array with shape [M, 4] holding
M
boxes.
Returns:
a numpy array with shape [N, M] representing pairwise iou scores.
...
...
@@ -92,7 +92,7 @@ def ioa(boxes1, boxes2):
Args:
boxes1: a numpy array with shape [N, 4] holding N boxes.
boxes2: a numpy array with shape [M, 4] holding
N
boxes.
boxes2: a numpy array with shape [M, 4] holding
M
boxes.
Returns:
a numpy array with shape [N, M] representing pairwise ioa scores.
...
...
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