Convolutional Pose Machine predictor implementation in C++ built at Cal Hacks 3.0.
Example video (each green dot is a body part): Convolutional Pose Machine

The pretrained model was taken from https://github.com/shihenw/convolutional-pose-machines-release, and the research paper can be found at: https://arxiv.org/pdf/1602.00134v4.pdf.
Code can be found under vision/src.
- Optimize code to be more performant.
- Rewrite and retrain model in tensorflow.