pytorch implementation of openpose including Body and Hand Pose Estimation, and the pytorch model is directed converted from openpose caffemodel by caffemodel2pytorch. You could implement face keypoint detection in the same way if you are interested in.
- convert caffemodel to pytorch.
- Body Pose Estimation.
- Hand Pose Estimation.
- Performance test.
- Speed up.