다음을 통해 공유


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)

이미지에 대한 앵커를 생성합니다.

적용 대상