Description Usage Arguments Value
Applies 'Non-Maximum-Suppression' for a list of bounding boxes.
1 | non_max_suppression(boxes, n_class, nms_threshold)
|
boxes |
List of bounding boxes. Each box is a vector in format '(xmin, ymin, xmax, ymax)'. |
n_class |
Number of prediction classes. |
nms_threshold |
'Non-Maximum-Suppression' threshold. |
List of non-overlapping bounding boxes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.