Skip to content

Commit 4412720

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

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/demo_overview.md

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

2323

2424

25-
## 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/`. Note: see [doc/output.md](./output.md) to understand the format of the JSON files.
27-
```
28-
./build/examples/openpose/openpose.bin --video examples/media/video.avi --write_video output/result.avi --write_keypoint_json output/
29-
```
30-
31-
32-
33-
## Basic Output Saving with No Visualization
25+
## JSON Output with No Visualization
3426
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.
3527
```
3628
# Only body
@@ -41,6 +33,14 @@ The following example runs the demo video `video.avi` and outputs JSON files in
4133

4234

4335

36+
## JSON Output + Rendered Images Saving
37+
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.
38+
```
39+
./build/examples/openpose/openpose.bin --video examples/media/video.avi --write_video output/result.avi --write_keypoint_json output/
40+
```
41+
42+
43+
4444
## Hands
4545
```
4646
# Fast method for speed

0 commit comments

Comments
 (0)