This is an official pytorch implementation of MOOSE: Pay Attention to Temporal Dynamics for Video Understanding via Optical Flows
pip
python setup.py build develop & pip install e .
CUDA_VISIBLE_DEVICES=2 python tools/run_net.py --cfg /data2/hongn/TimePSFormer/configs/Kinetics/Moose_divST_8x32_224.yaml
Code base was inspired by TimeSFormer Colab examples and runs: TBA