Table of Contents

Enum SAM2ModelSize

Namespace
AiDotNet.Video.Segmentation
Assembly
AiDotNet.dll

Model size variants for SAM2.

public enum SAM2ModelSize

Fields

Base = 2

Base model - good accuracy.

Large = 3

Large model - highest accuracy.

Small = 1

Small model - balanced speed/accuracy.

Tiny = 0

Tiny model - fastest, lowest memory.