From 4412720b7b0d00f7599c03a794687f2264942dfe Mon Sep 17 00:00:00 2001 From: gineshidalgo99 Date: Sun, 27 Aug 2017 16:15:02 -0400 Subject: [PATCH] Added output generation examples 3 --- doc/demo_overview.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/demo_overview.md b/doc/demo_overview.md index 412197cf..1f73200e 100644 --- a/doc/demo_overview.md +++ b/doc/demo_overview.md @@ -22,15 +22,7 @@ See [doc/installation.md#quick-start](./installation.md#quick-start). -## Basic Output Saving -The following example runs the demo video `video.avi`, renders image frames on `output/result.avi`, and outputs JSON files in `output/`. Note: see [doc/output.md](./output.md) to understand the format of the JSON files. -``` -./build/examples/openpose/openpose.bin --video examples/media/video.avi --write_video output/result.avi --write_keypoint_json output/ -``` - - - -## Basic Output Saving with No Visualization +## JSON Output with No Visualization The following example runs the demo video `video.avi` and outputs JSON files in `output/`. Note: see [doc/output.md](./output.md) to understand the format of the JSON files. ``` # Only body @@ -41,6 +33,14 @@ The following example runs the demo video `video.avi` and outputs JSON files in +## JSON Output + Rendered Images Saving +The following example runs the demo video `video.avi`, renders image frames on `output/result.avi`, and outputs JSON files in `output/`. Note: see [doc/output.md](./output.md) to understand the format of the JSON files. +``` +./build/examples/openpose/openpose.bin --video examples/media/video.avi --write_video output/result.avi --write_keypoint_json output/ +``` + + + ## Hands ``` # Fast method for speed -- GitLab