PostProcessorObjectDetection class

Constructors

PostProcessorObjectDetection(int numberOfClasses, int imageWidth, int imageHeight, ObjectDetectionModelType objectDetectionModelType)

Properties

hashCode int
The hash code for this object.
no setterinherited
imageHeight int
getter/setter pair
imageWidth int
getter/setter pair
IOUThreshold double
getter/setter pair
modelOutputLength int
getter/setter pair
nmsLimit int
getter/setter pair
numberOfClasses int
getter/setter pair
objectDetectionModelType ObjectDetectionModelType
getter/setter pair
outputColumn int
getter/setter pair
outputRow int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scoreThreshold double
getter/setter pair

Methods

iou(PyTorchRect a, PyTorchRect b) double
nonMaxSuppression(List<ResultObjectDetection> boxes) List<ResultObjectDetection>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
outputsToNMSPredictions(List<double> outputs) List<ResultObjectDetection>
outputsToNMSPredictionsYolov5(List<double> outputs) List<ResultObjectDetection>
outputsToNMSPredictionsYoloV8(List<double> outputs) List<ResultObjectDetection>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited