From 06d0aa7d20ac835512b7522675b0f4ee6140e3e8 Mon Sep 17 00:00:00 2001 From: Harshal Mittal Date: Tue, 13 Nov 2018 22:59:21 +0530 Subject: [PATCH] Added link to paper (#883) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 549ee2db..0f60d522 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ We would also like to thank all the people who helped OpenPose in any way. The m ## Citation -Please cite these papers in your publications if it helps your research (the face keypoint detector was trained using the same procedure described in [Simon et al. 2017]): +Please cite these papers in your publications if it helps your research (the face keypoint detector was trained using the procedure described in [Simon et al. 2017] for hands): @inproceedings{cao2017realtime, author = {Zhe Cao and Tomas Simon and Shih-En Wei and Yaser Sheikh}, @@ -182,6 +182,12 @@ Please cite these papers in your publications if it helps your research (the fac year = {2016} } +Links to the papers: + +- [Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields](https://arxiv.org/abs/1611.08050) +- [Hand Keypoint Detection in Single Images using Multiview Bootstrapping](https://arxiv.org/abs/1704.07809) +- [Convolutional Pose Machines](https://arxiv.org/abs/1602.00134) + ## License -- GitLab