Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Multi Person Pose Estimation

NotificationsYou must be signed in to change notification settings

DenisTome/deepcut

 
 

Repository files navigation

This short documentation describes steps necessary to compile and run the code that implementsDeepCut andDeeperCut papers:

Leonid Pishchulin, Eldar Insafutdinov, Siyu Tang, Bjoern Andres, Mykhaylo Andriluka, Peter Gehler, and Bernt Schiele
DeepCut: Joint Subset Partition and Labeling for Multi Person Pose Estimation
InIEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2016

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

Prerequisites

Installation Instructions

  1. Clone repository

    $ git clone https://github.com/eldar/deepcut --recursive
  2. Build Caffe and its MATLAB interface after configuringMakefile.config

    $ cd external/caffe$ make -j 4 all matcaffe
  3. Buildliblinear, specify the path to the MATLAB installation

    $ cd external/liblinear-1.94/matlab$ CC=gcc CXX=g++ MATLABDIR=/usr/lib/matlab-8.6/ make
  4. Build solver

    $ cd external/solver$ cmake . -DGUROBI_ROOT_DIR=/path/to/gurobi603/linux64 -DGUROBI_VERSION=60$ make solver-callback
  5. Obtain Gurobi license fromhttp://www.gurobi.com/downloads/licenses/license-centerand place the license file license.lic in data/gurobi or modify parameterp.gurobi_license_file in lib/pose/exp_params.m to point to the license file location

Download models

$ cd data$ ./download_models.sh

Run Demo

$ cd <root_dir>$ ./start_matlab.sh% in MATLAB>> demo_multiperson

CNN-based part detectors

AccessDeeperCut Part Detectors to download stand-alone part detectors that produce dense scoremaps.

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

Multi Person Pose Estimation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB99.9%
  • Other0.1%

[8]ページ先頭

©2009-2025 Movatter.jp