diff --git a/README.md b/README.md index d2a16c4a..3a888f9e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## pytorch-openpose +## pytorch-openpose : Capturing Poses pytorch implementation of [openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose) including **Body and Hand Pose Estimation**, and the pytorch model is directly converted from [openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose) caffemodel by [caffemodel2pytorch](https://github.com/vadimkantorov/caffemodel2pytorch). You could implement face keypoint detection in the same way if you are interested in. Pay attention to that the face keypoint detector was trained using the procedure described in [Simon et al. 2017] for hands.