Table of Contents

Enum AttentionType

Namespace
AiDotNet.Video.ActionRecognition
Assembly
AiDotNet.dll

Attention type for TimeSformer.

public enum AttentionType

Fields

DividedSpaceTime = 1

Divided space-time attention (separate temporal and spatial attention).

JointSpaceTime = 0

Joint space-time attention (compute attention over all patches from all frames).

SparseLG = 2

Sparse local-global attention.