oa::FnDetection::nms
Deterministic class-aware NMS. boxes are FP32 [N,4] cx/cy/w/h, scores FP32 [N], and classes Int32 [N]. The implementation is GPU-resident and records as one graph node; it never sorts or compacts on the host.
Function Documentation
Deterministic class-aware NMS. boxes are FP32 [N,4] cx/cy/w/h, scores FP32 [N], and classes Int32 [N]. The implementation is GPU-resident and records as one graph node; it never sorts or compacts on the host.
Parameters
inBoxesconst Matrix &—
inScoresconst Matrix &—
inClassesconst Matrix &—
inConfigconst NmsConfig &Default: {}
Returns
NmsResultThe declared return value.