Class NonMaxSuppression
Represents a NonMaxSuppression
object detection layer. This calculates an output tensor of selected indices of boxes from input boxes
and scores
tensors, and bases the indices on the scores and amount of intersection with previously selected boxes.
Inherited Members
Namespace: Unity.Sentis.Layers
Assembly: solution.dll
Syntax
[Serializable]
public class NonMaxSuppression : Layer
Constructors
Name | Description |
---|---|
NonMaxSuppression(string, string, string, string, string, string, CenterPointBox) | Initializes and returns an instance of |
Fields
Name | Description |
---|---|
centerPointBox | The format in which the box data is stored in the |
Methods
Name | Description |
---|---|
Execute(Tensor[], ExecutionContext) | Executes the layer using the operations and variables from the If the layer has more than one output, output tensors are saved to variables. |