次の方法で共有


Anchors(Int32[], Int32[], Int32[], Double[], Double[]) コンストラクター

定義

Anchors クラスの新しいインスタンスを初期化します。

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)

パラメーター

pyramidLevels
Int32[]

ピラミッド レベル。

strides
Int32[]

隣接する bbox 間のストライド。

sizes
Int32[]

bbox のサイズが異なります。

ratios
Double[]

高さ/幅の比率が異なります。

scales
Double[]

bbox のスケール サイズ。

適用対象