Skip to content

PyTorch implementation of "SlowFast Networks for Video Recognition".

Notifications You must be signed in to change notification settings

mkchoi-0323/SlowFastNetworks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SlowFastNetworks

PyTorch implementation of "SlowFast Networks for Video Recognition".

Train

  1. Dataset should be orgnized as:
dataset(e.g. UCF-101)  
│    │ train/training  
│    │    │ ApplyEyeMakeup  
│    │    │ ApplyLipstick  
│    │    │ ...  
│    │ validation  
     │    │ ApplyEyeMakeup  
     │    │ ApplyLipstick  
     │    │ ...   
  1. Modify the params in config.py and mode of train_dataloader or val_dataloader in train.py.

Requirements

python 3
PyTorch >= 0.4.1
tensorboardX
OpenCV

Code Reference:

[1] https://github.com/Guocode/SlowFast-Networks/
[2] https://github.com/jfzhang95/pytorch-video-recognition
[3] https://github.com/irhumshafkat/R2Plus1D-PyTorch

About

PyTorch implementation of "SlowFast Networks for Video Recognition".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%