From 511ee85b520d805185df0071a669059b3fed2975 Mon Sep 17 00:00:00 2001 From: Gines Hidalgo Date: Fri, 17 Jan 2020 23:24:58 -0500 Subject: [PATCH] Updated doc --- README.md | 2 +- doc/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b441a52c..912d73f4 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ Just comment on GitHub or make a pull request and we will answer as soon as poss ## Citation -Please cite these papers in your publications if it helps your research. The body-foot model and any additional functionality (calibration, 3-D reconstruction, etc.) use `[Cao et al. 2018]`; the hand and face keypoint detectors use `[Simon et al. 2017]` (the face detector was trained using the same procedure than for hands); and the old (deprecated) body-only model uses `[Cao et al. 2017]`. +Please cite these papers in your publications if it helps your research. The body-foot model and any additional functionality (calibration, 3-D reconstruction, etc.) use `[Cao et al. 2018]`; the hand and face keypoint detectors use `[Cao et al. 2018]` and `[Simon et al. 2017]` (the face detector was trained using the same procedure than for hands); and the old (deprecated) body-only model uses `[Cao et al. 2017]`. @inproceedings{cao2018openpose, author = {Zhe Cao and Gines Hidalgo and Tomas Simon and Shih-En Wei and Yaser Sheikh}, diff --git a/doc/installation.md b/doc/installation.md index b50ae13d..1b0e74a2 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -42,7 +42,7 @@ The installation documentation in the following sections is only intended if you ## Installation Video Tutorials User-created tutorial videos: -- OpenPose + Visual Studio 2017 + CUDA 10.0 + cuDNN 7.5 (no portable demo): [https://youtu.be/QC9GTb6Wsb4](https://youtu.be/QC9GTb6Wsb4). +- OpenPose + Visual Studio 2017 + CUDA 10.0 + cuDNN 7.5 (no portable demo): [https://youtu.be/QC9GTb6Wsb4](https://youtu.be/QC9GTb6Wsb4). For questions, post in GitHub issue #1426. We welcome users to send us their installation videos (e.g., sharing them as GitHub issue or doing a pull request) and we will post them here.