提交 72139ace 编写于 作者: G gineshidalgo99

Added output generation examples 2

上级 3a7c4017
......@@ -23,7 +23,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/`:
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/
```
......@@ -31,7 +31,7 @@ The following example runs the demo video `video.avi`, renders image frames on `
## Basic Output Saving with No Visualization
The following example runs the demo video `video.avi` and outputs JSON files in `output/`:
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
./build/examples/openpose/openpose.bin --video examples/media/video.avi --write_keypoint_json output/ --no_display --render_pose 0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册