From c79676d81712ccc8d91805e696438900df4342f3 Mon Sep 17 00:00:00 2001 From: Prabhat Kumar Sahu Date: Fri, 8 Jan 2021 07:10:06 +0530 Subject: [PATCH] Quick fix of a simple typo (#1823) --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index 461bdfed..bc972bba 100644 --- a/doc/README.md +++ b/doc/README.md @@ -5,7 +5,7 @@ Most users can simply use the OpenPose Demo without reading any C++/Python code. - The first step for any software, [installing](installation.md) it! -- [**Output information**](doc/output.md): Learn about the output format, keypoint index ordering, etc. +- [**Output information**](output.md): Learn about the output format, keypoint index ordering, etc. - [**OpenPose Demo**](demo_quick_start.md) for your terminal or PowerShell: Choose your input (e.g., images, video, webcam), set of algorithms (body, hand, face), and output (e.g., display, JSON keypoint saving, image+keypoints). - E.g.: Given an input video (`--video`), extract body (by default), face (`--face`) and hand (`--hand`) keypoints, save the keypoints in a JSON file (`--write_json`), and display (by default) the results in the screen. You can remove any of the flags to remove that particular functionality or add any other. -- GitLab