Class Index

index classes

A comprehensive lookup of project classes.

Core

Data

Modelling

  • STTransformer: model.py - The main Spatial-Temporal Transformer architecture.
  • GroupTokenEmbedding: model.py - Body-part specific projection and tokenization layer.
  • AttentionPooling: model.py - Weighted temporal aggregation layer.
  • STTransformerBlock: model.py - Dual-stream spatial-temporal attention block.
  • PositionalEncoding: model.py - Sinusoidal temporal positional encoding layer.