Skip to content

Commit 1b7296c

Browse files
authored
Update mask_invalid_detections.py (keras-team#2117)
1 parent 15300bd commit 1b7296c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keras_cv/bounding_box/mask_invalid_detections.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
def mask_invalid_detections(bounding_boxes, output_ragged=False):
2424
"""masks out invalid detections with -1s.
2525
26-
This utility is mainly used on the output of non-max supression operations.
27-
The output of non-max-supression contains all the detections, even invalid
26+
This utility is mainly used on the output of non-max suppression operations.
27+
The output of non-max-suppression contains all the detections, even invalid
2828
ones. Users are expected to use `num_detections` to determine how many boxes
2929
are in each image.
3030

0 commit comments

Comments
 (0)