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
OpenDAS
vision
Commits
2e8bcf8b
Unverified
Commit
2e8bcf8b
authored
Nov 26, 2019
by
Francisco Massa
Committed by
GitHub
Nov 26, 2019
Browse files
Fix documentation for NMS (#1614)
parent
c05da2a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
torchvision/ops/boxes.py
torchvision/ops/boxes.py
+2
-2
No files found.
torchvision/ops/boxes.py
View file @
2e8bcf8b
...
@@ -24,7 +24,7 @@ def nms(boxes, scores, iou_threshold):
...
@@ -24,7 +24,7 @@ def nms(boxes, scores, iou_threshold):
scores for each one of the boxes
scores for each one of the boxes
iou_threshold : float
iou_threshold : float
discards all overlapping
discards all overlapping
boxes with IoU
<
iou_threshold
boxes with IoU
>
iou_threshold
Returns
Returns
-------
-------
...
@@ -55,7 +55,7 @@ def batched_nms(boxes, scores, idxs, iou_threshold):
...
@@ -55,7 +55,7 @@ def batched_nms(boxes, scores, idxs, iou_threshold):
indices of the categories for each one of the boxes.
indices of the categories for each one of the boxes.
iou_threshold : float
iou_threshold : float
discards all overlapping boxes
discards all overlapping boxes
with IoU
<
iou_threshold
with IoU
>
iou_threshold
Returns
Returns
-------
-------
...
...
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