Skip to content

Commit 72139ac

Browse files
Added output generation examples 2
1 parent 3a7c401 commit 72139ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/demo_overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ See [doc/installation.md#quick-start](./installation.md#quick-start).
2323

2424

2525
## Basic Output Saving
26-
The following example runs the demo video `video.avi`, renders image frames on `output/result.avi`, and outputs JSON files in `output/`:
26+
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.
2727
```
2828
./build/examples/openpose/openpose.bin --video examples/media/video.avi --write_video output/result.avi --write_keypoint_json output/
2929
```
3030

3131

3232

3333
## Basic Output Saving with No Visualization
34-
The following example runs the demo video `video.avi` and outputs JSON files in `output/`:
34+
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.
3535
```
3636
# Only body
3737
./build/examples/openpose/openpose.bin --video examples/media/video.avi --write_keypoint_json output/ --no_display --render_pose 0

0 commit comments

Comments
 (0)