Skip to content
forked from eldar/deepcut-cnn

CNN architecture for articulated human pose estimation

License

Notifications You must be signed in to change notification settings

asnt/deepcut-cnn

This branch is up to date with eldar/deepcut-cnn:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Eldar Insafutdinov
Oct 27, 2017
928bf2f · Oct 27, 2017
Jan 23, 2016
Nov 7, 2015
Jan 26, 2016
Jan 27, 2016
May 24, 2016
Jan 23, 2016
Oct 27, 2017
Jul 1, 2016
Nov 11, 2015
Oct 18, 2016
Feb 3, 2016
Sep 3, 2014
Aug 7, 2015
Sep 17, 2015
Jan 23, 2016
Jul 30, 2015
Aug 7, 2014
Oct 19, 2015
Jun 23, 2015
Jan 30, 2016
Jan 21, 2016
Jun 8, 2016
Jul 20, 2016
Sep 4, 2014

Repository files navigation

DeeperCut Part Detectors

This short documentation describes steps necessary to compile and run CNN-based body part detectors presented in the DeeperCut paper:

Eldar Insafutdinov, Leonid Pishchulin, Bjoern Andres, Mykhaylo Andriluka, and Bernt Schiele
DeeperCut: A Deeper, Stronger, and Faster Multi-Person Pose Estimation Model
In European Conference on Computer Vision (ECCV), 2016
For more information visit http://pose.mpi-inf.mpg.de

Installation Instructions

  • This code was developed under Linux (Debian wheezy, 64 bit) and was tested only in this environment.
  • Build Caffe and Python bindings as described in the official documentation. You will have to disable CuDNN support and enable C++ 11.
$ make all pycaffe
  • Install Python Click package (required for demo only)
$ pip install click
  • Set PYTHONPATH variable
$ export PYTHONPATH=`pwd`/python

Download Caffe Models

$ cd models/deepercut
$ ./download_models.sh

Run Demo

$ cd python/pose
$ python ./pose_demo.py image.png --out_name=prediction

Citing

@inproceedings{insafutdinov2016deepercut,
	author = {Eldar Insafutdinov and Leonid Pishchulin and Bjoern Andres and Mykhaylo Andriluka and Bernt Schieke},
	title = {DeeperCut: A Deeper, Stronger, and Faster Multi-Person Pose Estimation Model},
	booktitle = {European Conference on Computer Vision (ECCV)},
	year = {2016},
	url = {http://arxiv.org/abs/1605.03170}
    }
@inproceedings{pishchulin16cvpr,
	author = {Leonid Pishchulin and Eldar Insafutdinov and Siyu Tang and Bjoern Andres and Mykhaylo Andriluka and Peter Gehler and Bernt Schiele},
	title = {DeepCut: Joint Subset Partition and Labeling for Multi Person Pose Estimation},
	booktitle = {IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
	year = {2016},
	url = {http://arxiv.org/abs/1511.06645}
}

About

CNN architecture for articulated human pose estimation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.3%
  • Python 8.3%
  • Cuda 5.6%
  • CMake 2.8%
  • MATLAB 0.9%
  • Makefile 0.7%
  • Other 0.4%