Giter Site home page Giter Site logo

umariqb / action4pose_fg2017 Goto Github PK

View Code? Open in Web Editor NEW
6.0 3.0 3.0 12.38 MB

Source code for our FG'17 paper: "Pose for Action - Action for Pose"

License: BSD 3-Clause "New" or "Revised" License

C++ 98.61% Protocol Buffer 0.20% CMake 1.16% Shell 0.03%

action4pose_fg2017's Introduction

Action4Pose_FG2017

Source code for our FG'17 paper:

Umar Iqbal, Martin Garbade, Juergen Gall
Action for Pose - Pose for Action
IEEE Conference on Automatic Face and Gesture Recognition (FG) 2017.

For more information visit http://pages.iai.uni-bonn.de/iqbal_umar/action4pose/

Installation

Dependencies
Installation Instructions
  1. Clone repository
    $ git clone https://github.com/iqbalu/Action4Pose_FG2017.git --recursive
    
  2. Download models
    $ cd data
    $ ./download_models.sh
    
  3. Download and build Caffe. Follow Caffe building instructions.
    You may also need to run the following commands to connect Caffe with the code using CMake.
    $ cd [caffe_dir]
    $ mkdir cmake_build && cd cmake_build
    $ cmake .. -DBUILD_SHARED_LIB=ON
    $ cmake . -DCMAKE_BUILD_TYPE=Release   
    $ make -j 12 && make install          
    
  4. Build the code
$ cd demo_PennAction && mkdir build && cd build
$ cmake ..
$ make
  1. Running
$ ./bin/demo_PennAction config_file.txt

Parameters in Config file:

  • save: set to True if you want to save the poses in a text file. The text file will be stored in cache folder. Set it to False if you only want to visualize the results.
  • Other parameters are self explanatory.

Citing

@inproceedings{iqbal2017FG,
	author = {Umar Iqbal and Martin Garbade, Juergen Gall},
	title = {Action for Pose - Pose for Action},
	booktitle = {IEEE Conference on Automatic Face and Gesture Recognition},
	year = {2017},
	url = {https://arxiv.org/pdf/1603.04037.pdf}
}

action4pose_fg2017's People

Contributors

iqbalu avatar umariqb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.