Skip to content
Human pose estimation
Branch: master
Clone or download
Pull request Compare This branch is 99 commits ahead of chuxiaoselena:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
caffe-multi
chen_nips2014
code
dataio
dataset
evaluation
external
protofiles
tools
visualization
Baseline.sh
ConvertLMDB.sh
Data_prepare.m
README.md
Readme.txt
TestModel.m
globals.m
log_test.txt
test.md

README.md

Pose Estimation

This code is based on Chu et al. 2016 and Chen & Yuille, 2014

Get LSP dataset

wget http://www.comp.leeds.ac.uk/mat4saj/lsp_dataset.zip
unzip lsp_dataset.zip

Training

Make caffe: We write our own layer for loss, channel dropout and mix interpolation, if you are not going to use these functions, you can use your own caffe.

make matcaffe

Get LMDB: Run "Data_prepare.m" in matlab to generate LMDB requires

Train the caffe model: Run "Baseline.sh. You may need the pre-train fully convolutional VGG-16 model.

./Baseline.sh

Test: Select the best model for testing, and run "TestModel.m" to see the results.

Released models

We provide a model we trained on LSP dataset (itration = 3250). If you are going to test this model, please download it and put it in the location specified in code, and set the variable "test_our_provided_model" to true.

Cite

If you use this code, please cite our work

@inproceedings{chu2016structure, 
title={Structured Feature Learning for Pose Estimation}, 
author={Chu, Xiao and Ouyang, Wanli and Li,Hongsheng and Wang, Xiaogang}, 
booktitle={CVPR}, year={2016} 
}
You can’t perform that action at this time.