Chainer implementation of Stacked Hourglass Networks for Human Pose Estimation
- Python 2.7
- Chainer
Place all images in data/LSP/images
python src/train.py
Check the options by python src/train.py --help
and modify the training settings.
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
Will be uploaded soon
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