non_max_suppression: Applies 'Non-Maximum-Suppression' for a list of bounding...

Description Usage Arguments Value

Description

Applies 'Non-Maximum-Suppression' for a list of bounding boxes.

Usage

1
non_max_suppression(boxes, n_class, nms_threshold)

Arguments

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.

Value

List of non-overlapping bounding boxes.


maju116/platypus documentation built on Oct. 18, 2020, 9:40 a.m.