M2A: Motion Aware Attention for Video Action Recognition [ArXiv]
Code is built on top of the TSM module's repo (https://github.com/mit-han-lab/temporal-shift-module).
We use the following code for I3D experiments: https://github.com/IBM/action-recognition-pytorch.
Key Files:
main.py
: Train using DataParralelopts.py
: command line arguments for trainingops/sota.py
: SOTA temporal modules which we compare againstops/temporal_shift.py
: M2A, other temporal modules, and inserting the temporal modules into the networkCustomMotionAttention
is M2A
scripts/
: training script examples