Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions keras_cv/bounding_box/mask_invalid_detections.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
def mask_invalid_detections(bounding_boxes, output_ragged=False):
"""masks out invalid detections with -1s.

This utility is mainly used on the output of non-max supression operations.
The output of non-max-supression contains all the detections, even invalid
This utility is mainly used on the output of non-max suppression operations.
The output of non-max-suppression contains all the detections, even invalid
ones. Users are expected to use `num_detections` to determine how many boxes
are in each image.

Expand Down