Enum AttentionType
- Namespace
- AiDotNet.Video.ActionRecognition
- Assembly
- AiDotNet.dll
Attention type for TimeSformer.
public enum AttentionType
Fields
DividedSpaceTime = 1Divided space-time attention (separate temporal and spatial attention).
JointSpaceTime = 0Joint space-time attention (compute attention over all patches from all frames).
SparseLG = 2Sparse local-global attention.