Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: update BehaviorClassifier to use MLP for frame-wise classif…
…ication - Replaced the Transformer encoder with an MLP architecture for simpler and more efficient classification. - Integrated the MLP to classify features extracted from each video frame independently. - Applied global average pooling across frame outputs to produce a single classification per video.
- Loading branch information