Table of Contents

Enum NeckType

Namespace
AiDotNet.Models.Options
Assembly
AiDotNet.dll

Neck architecture types for multi-scale feature fusion.

public enum NeckType

Fields

BiFPN = 2

BiFPN - Bidirectional Feature Pyramid Network.

FPN = 0

FPN - Feature Pyramid Network.

PANet = 1

PANet - Path Aggregation Network.