次の方法で共有


Anchors クラス

定義

アンカー ボックスは、特定の高さと幅の定義済みの境界ボックスのセットであり、モデルの回帰ヘッドによって位置とサイズを調整できます。

public class Anchors : TorchSharp.torch.nn.Module<TorchSharp.torch.Tensor,TorchSharp.torch.Tensor>
type Anchors = class
    inherit torch.nn.Module<torch.Tensor, torch.Tensor>
Public Class Anchors
Inherits torch.nn.Module(Of torch.Tensor, torch.Tensor)
継承
torch.nn.Module<TorchSharp.torch.Tensor,TorchSharp.torch.Tensor>
Anchors

コンストラクター

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

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

メソッド

forward(torch+Tensor)

イメージのアンカーを生成します。

適用対象