Aracılığıyla paylaş


Anchors(Int32[], Int32[], Int32[], Double[], Double[]) Oluşturucu

Tanım

Anchors sınıfının yeni bir örneğini başlatır.

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)

Parametreler

pyramidLevels
Int32[]

Piramit seviyeleri.

strides
Int32[]

Bitişik bbox'lar arasındaki adım.

sizes
Int32[]

Bbox'lar için farklı boyutlar.

ratios
Double[]

Yükseklik/genişlik için farklı oranlar.

scales
Double[]

Bbox'ların ölçek boyutu.

Şunlara uygulanır