We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15300bd commit 1b7296cCopy full SHA for 1b7296c
keras_cv/bounding_box/mask_invalid_detections.py
@@ -23,8 +23,8 @@
23
def mask_invalid_detections(bounding_boxes, output_ragged=False):
24
"""masks out invalid detections with -1s.
25
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
+ 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
28
ones. Users are expected to use `num_detections` to determine how many boxes
29
are in each image.
30
0 commit comments