Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 768 Bytes

readme.MD

File metadata and controls

34 lines (24 loc) · 768 Bytes

Data setup

--data
----hmdb51
----ucf101
--src
--tools

Model Zoo

Syntax Acc Weight
UCF-101 89.6 weight
HMDB-51 60.9 weight

Evaluation

./tools/dist_test.sh <config> <ckpt_path> <num gpus>

Training

  1. Download ImageNet Pretraiend Weights of Mamba-2D-S/16 here

  2. replace the path of pretrained='mamba2d_s_16.pth' in config to the correct path

./tools/dist_train.sh <config> <num gpus>