Enum SAM2ModelSize
- Namespace
- AiDotNet.Video.Segmentation
- Assembly
- AiDotNet.dll
Model size variants for SAM2.
public enum SAM2ModelSize
Fields
Base = 2Base model - good accuracy.
Large = 3Large model - highest accuracy.
Small = 1Small model - balanced speed/accuracy.
Tiny = 0Tiny model - fastest, lowest memory.