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.
*.pth
files are pytorch model, you could also download caffemodel file if you want to use caffe as backend.
- convert caffemodel to pytorch.
- Body Pose Estimation.
- Hand Pose Estimation.
- Performance test.
- Speed up.