Skip to content

PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.

Notifications You must be signed in to change notification settings

Yui010206/SlowFast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Test MViT on K600

conda activate slowfast

cd /nobackup/users/bowu/code/STAR_code/slowfast/

python tools/run_net.py \
  --cfg configs/Kinetics/MVIT_B_32x3_CONV.yaml \
  DATA.PATH_TO_DATA_DIR /nobackup/projects/public/kinetics600/ \
  TEST.CHECKPOINT_FILE_PATH ./ckpt/k600.pyth \
  TRAIN.ENABLE False \

About

PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%