Home

Awesome

Code and Models for "Chained Multi-stream Networks Exploiting Pose, Motion, and Appearance for Action Classification and Detection" in ICCV 2017.

By Mohammadreza Zolfaghari, Gabriel L. Oliveira, Nima Sedaghat, Thomas Brox

Update

Contents

  1. Citation
  2. Requirements
  3. Installation
  4. Usage
  5. Models
  6. Results
  7. [Project page](#Project page)

Citation

If you find ChainedNet useful in your research, please consider to cite:

    @InProceedings{ZOSB17a,
    author       = "Mohammadreza Zolfaghari and
                Gabriel L. Oliveira and
                Nima Sedaghat and
                Thomas Brox",
    title        = "Chained Multi-stream Networks Exploiting Pose, Motion, and Appearance for Action Classification and Detection",
    booktitle    = "IEEE International Conference on Computer Vision (ICCV)",
    month        = " ",
    year         = "2017",
    url          = "http://lmb.informatik.uni-freiburg.de/Publications/2017/ZOSB17a"
    }

Requirements

  1. Requirements for Python
  2. Requirements for Matlab
  3. Requirements for Caffe and pycaffe (see: Caffe installation instructions)

Installation

  1. git clone ... TODO.

  2. Build Caffe and pycaffe

    cd $caffe_FAST_ROOT/
    # Now follow the Caffe installation instructions here:
    # http://caffe.berkeleyvision.org/installation.html
    make all -j8 && make pycaffe && make matcaffe
    

Usage

After successfully completing the installation, you are ready to run all the following experiments.

Part 0: Network Inputs

Part 1: Body Part Segmentation

Please follow steps explained in Body Part Segmentation

Image+maskBodyPart mask

Part 2: Training the Chained Multi-stream network

Note: TODO

Part 3: Results

Note: TODO

RecognitionDetection

Project page

https://lmb.informatik.uni-freiburg.de/projects/action_chain/

Contact

Mohammadreza Zolfaghari

Questions can also be left as issues in the repository. We will be happy to answer them.