OptionsFace class

Constructors

OptionsFace({required int numClasses, required int numBoxes, required int numCoords, required int keypointCoordOffset, required List<int> ignoreClasses, required double scoreClippingThresh, required double minScoreThresh, int numKeypoints = 0, int numValuesPerKeypoint = 2, int boxCoordOffset = 0, double xScale = 0.0, double yScale = 0.0, double wScale = 0.0, double hScale = 0.0, bool applyExponentialOnBoxSize = false, bool reverseOutputOrder = true, bool sigmoidScore = true, bool flipVertically = false})

Properties

applyExponentialOnBoxSize bool
final
boxCoordOffset int
final
flipVertically bool
final
hashCode int
The hash code for this object.
no setterinherited
hScale double
final
ignoreClasses List<int>
final
keypointCoordOffset int
final
minScoreThresh double
final
numBoxes int
final
numClasses int
final
numCoords int
final
numKeypoints int
final
numValuesPerKeypoint int
final
reverseOutputOrder bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scoreClippingThresh double
final
sigmoidScore bool
final
wScale double
final
xScale double
final
yScale double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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