-
You can download mxnet model and parameters(coco and MPII) from google drive:
https://drive.google.com/drive/folders/0BzffphMuhDDMV0RZVGhtQWlmS1U
or check caffe_to_mxnet folder to download original caffe model and transfer it to mxnet model.
install heatmap and pafmap cython: cython/rebuild.sh
-
Test demo based on model of coco dataset: testModel.ipynb
-
Test demo based on model of MPII dataset: testModel_mpi.ipynb
-
Train with batch_size: TrainWeight.py
-
Check if heat map, part affinity graph map, mask are generated correctly in training: test_generateLabel.ipynb
-
Evaluation on coco validation dataset : evaluation_coco.py
@article{cao2016realtime,
title={Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields},
author={Zhe Cao and Tomas Simon and Shih-En Wei and Yaser Sheikh},
journal={arXiv preprint arXiv:1611.08050},
year={2016}
}
original caffe training https://github.com/CMU-Perceptual-Computing-Lab/caffe_rtpose
- Test demo
- Train demo
- Add image augmentation: rotation, flip
- Add weight vector
- Train all images
- Train from vgg model
- Evaluation code
- Generate heat map and part affinity graph map in C++
- image read and augmentation in C++