Table of Contents

Enum BackboneType

Namespace
AiDotNet.Models.Options
Assembly
AiDotNet.dll

Backbone network types for feature extraction.

public enum BackboneType

Fields

CSPDarknet = 0

CSPDarknet - Cross Stage Partial Darknet, used in YOLO.

EfficientNetB0 = 6

EfficientNetB0 - Efficient neural network baseline.

EfficientNetB4 = 7

EfficientNetB4 - Larger EfficientNet variant.

ResNet101 = 2

ResNet101 - 101-layer residual network.

ResNet50 = 1

ResNet50 - 50-layer residual network.

SwinB = 5

SwinB - Swin Transformer Base.

SwinS = 4

SwinS - Swin Transformer Small.

SwinT = 3

SwinT - Swin Transformer Tiny.