Coder Social home page Coder Social logo

sjpollard / slowfast Goto Github PK

View Code? Open in Web Editor NEW

This project forked from facebookresearch/slowfast

0.0 0.0 0.0 31.3 MB

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

License: Apache License 2.0

Shell 0.03% Python 99.97%

slowfast's Introduction

Note

To get this working I needed to do the following:

conda install python=3.8
pip install torch==1.10.1+cu111 torchvision==0.11.2+cu111 torchaudio==0.10.1 -f https://download.pytorch.org/whl/cu111/torch_stable.html
python -m pip install detectron2 -f   https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.10/index.html
pip install simplejson
conda install av -c conda-forge
pip install opencv-python
git clone https://github.com/facebookresearch/pytorchvideo.git
cd ../pytorchvideo
pip install -e .
cd ../SlowFast
pip install 'git+https://github.com/facebookresearch/fairscale'
pip install psutil
pip install scipy
pip install pandas
pip install pillow==9
pip install scikit-learn
pip install setuptools==59.5.0

I also needed to swap DATA.DECODING_BACKEND to be pyav and swap out slowfast/datasets/decoder.py for the fix in this pull request.

PySlowFast

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:

Introduction

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:

  • SlowFast
  • Slow
  • C2D
  • I3D
  • Non-local Network
  • X3D
  • MViTv1 and MViTv2
  • Rev-ViT and Rev-MViT

Updates

License

PySlowFast is released under the Apache 2.0 license.

Model Zoo and Baselines

We provide a large set of baseline results and trained models available for download in the PySlowFast Model Zoo.

Installation

Please find installation instructions for PyTorch and PySlowFast in INSTALL.md. You may follow the instructions in DATASET.md to prepare the datasets.

Quick Start

Follow the example in GETTING_STARTED.md to start playing video models with PySlowFast.

Visualization Tools

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.

Contributors

PySlowFast is written and maintained by Haoqi Fan, Yanghao Li, Bo Xiong, Wan-Yen Lo, Christoph Feichtenhofer.

Citing PySlowFast

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}
}

slowfast's People

Contributors

haooooooqi avatar lyttonhao avatar feichtenhofer avatar bxiong1202 avatar chayryali avatar shoufachen avatar r-barnes avatar igorsugak avatar alexandermelde avatar archen2019 avatar stanislavglebik avatar sjpollard avatar kalyanvasudev avatar facebook-github-bot avatar ythu2 avatar tullie avatar akindofyoga avatar renganxu avatar patricklabatut avatar min-xu-ai avatar menglioculus avatar leszfb avatar karttikeya avatar fmassa avatar chaoyuaw avatar chandra-siri avatar anhminh3105 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.