Skip to content

Chainer implementation of Stacked Hourglass Networks for Human Pose Estimation

Notifications You must be signed in to change notification settings

jessiechouuu/chainer-pose-hg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chainer-pose-hg

Chainer implementation of Stacked Hourglass Networks for Human Pose Estimation

Requirement

  • Python 2.7
  • Chainer

Prepare data

Place all images in data/LSP/images

Start training

python src/train.py

Check the options by python src/train.py --help and modify the training settings.

Get predictions

python src/test.py

Default setting is for predicting LSP test set(1000 images).

Also, you can predict any image by specifying image name in an csv file, set --test_csv_fn and --img_dir

Pre-train model

Will be uploaded soon

Note

Current implementation uses 2 stacks of hourglass and 1 residual modules at each location

refer to the '-nStack' and '-nModules' in opts.lua of pose-hg-train

Reference

About

Chainer implementation of Stacked Hourglass Networks for Human Pose Estimation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages