From caaed8218573907d94c1abc3c1c2480b7db38226 Mon Sep 17 00:00:00 2001 From: utkr98jais <72144390+utkr98jais@users.noreply.github.com> Date: Thu, 1 Oct 2020 18:32:48 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.