Deep learning based OpenPose estimation.
- VGG Pose Dataset (https://www.robots.ox.ac.uk/~vgg/data/pose/)
- COCO Keypoints challenge. (http://cocodataset.org/#home)
- LearnOpenCV's Blog on Open Pose, Author: Vikas Gupta: https://www.learnopencv.com/deep-learning-based-human-pose-estimation-using-opencv-cpp-python/
- https://arxiv.org/pdf/1611.08050.pdf
- https://medium.com/neuromation-blog/neuronuggets-understanding-human-poses-in-real-time-b73cb74b3818
- Confidence Maps.
- L2 Loss.
- Affinity fields.
The code has been tested using:
- Caffe Version 1.0.
- Python 3.6
- OpenCV 3.4.x
- Python
- C++