Freigeben über


Anchors(Int32[], Int32[], Int32[], Double[], Double[]) Konstruktor

Definition

Initialisiert eine neue Instanz der Anchors-Klasse.

public Anchors (int[] pyramidLevels = default, int[] strides = default, int[] sizes = default, double[] ratios = default, double[] scales = default);
new Microsoft.ML.TorchSharp.AutoFormerV2.Anchors : int[] * int[] * int[] * double[] * double[] -> Microsoft.ML.TorchSharp.AutoFormerV2.Anchors
Public Sub New (Optional pyramidLevels As Integer() = Nothing, Optional strides As Integer() = Nothing, Optional sizes As Integer() = Nothing, Optional ratios As Double() = Nothing, Optional scales As Double() = Nothing)

Parameter

pyramidLevels
Int32[]

Pyramidenebenen.

strides
Int32[]

Zwischen benachbarten Bboxen.

sizes
Int32[]

Unterschiedliche Größen für bboxes.

ratios
Double[]

Unterschiedliche Verhältnisse für Höhe/Breite.

scales
Double[]

Skalierungsgröße von bboxes.

Gilt für: