Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 603 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 603 Bytes

SlowFast

SlowFast [ArXiv, Repo] is two-stream 3D CNNs architecture for video-recognition. The structure includes two pathways with one pathway operating at a slower frame-rate than the other.

The code for this model is a port of this implementation.

Pretrained models can be found here

Usage

See the scripts folder.

Other options can be explored using

python main.py --help