AnchorOption class

Constructors

AnchorOption({required int inputSizeWidth, required int inputSizeHeight, required double minScale, required double maxScale, required double anchorOffsetX, required double anchorOffsetY, required int numLayers, required List<int> featureMapWidth, required List<int> featureMapHeight, required List<int> strides, required List<double> aspectRatios, required bool reduceBoxesInLowestLayer, required double interpolatedScaleAspectRatio, required bool fixedAnchorSize})

Properties

anchorOffsetX double
final
anchorOffsetY double
final
aspectRatios List<double>
final
aspectRatiosSize int
no setter
featureMapHeight List<int>
final
featureMapHeightSize int
no setter
featureMapWidth List<int>
final
featureMapWidthSize int
no setter
fixedAnchorSize bool
final
hashCode int
The hash code for this object.
no setterinherited
inputSizeHeight int
getter/setter pair
inputSizeWidth int
getter/setter pair
interpolatedScaleAspectRatio double
final
maxScale double
final
minScale double
final
numLayers int
final
reduceBoxesInLowestLayer bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strides List<int>
final
stridesSize int
no setter

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