PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.
PySlowFast is an open source video understanding codebase from FAIR that provides state-of-the-art video classification models with efficient training. This repository includes implementations of the following methods:
The goal of PySlowFast is to provide a high-performance, light-weight pytorch codebase provides state-of-the-art video backbones for video understanding research on different tasks (classification, detection, and etc). It is designed in order to support rapid implementation and evaluation of novel video research ideas. PySlowFast includes implementations of the following backbone network architectures:
projects/rev
.projects/mae
for more information.projects/maskfeat
for more information.projects/mvitv2
for more information.projects/contrastive_ssl
for more information.projects/mvit
for more information.projects/pytorchvideo
for more information.projects/x3d
for more information.projects/multigrid
for more information.PySlowFast is released under the Apache 2.0 license.
We provide a large set of baseline results and trained models available for download in the PySlowFast Model Zoo.
Please find installation instructions for PyTorch and PySlowFast in INSTALL.md. You may follow the instructions in DATASET.md to prepare the datasets.
Follow the example in GETTING_STARTED.md to start playing video models with PySlowFast.
We offer a range of visualization tools for the train/eval/test processes, model analysis, and for running inference with trained model.
More information at Visualization Tools.
PySlowFast is written and maintained by Haoqi Fan, Yanghao Li, Bo Xiong, Wan-Yen Lo, Christoph Feichtenhofer.
If you find PySlowFast useful in your research, please use the following BibTeX entry for citation.
@misc{fan2020pyslowfast,
author = {Haoqi Fan and Yanghao Li and Bo Xiong and Wan-Yen Lo and
Christoph Feichtenhofer},
title = {PySlowFast},
howpublished = {\url{https://github.com/facebookresearch/slowfast}},
year = {2020}
}