Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yysijie committed Aug 6, 2019
1 parent d8e0d7c commit ae5b9d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ python main.py demo [--video ${PATH_TO_VIDEO}] [--openpose ${PATH_TO_OPENPOSE}]

Optional arguments:

- `PATH_TO_OPENPOSE`: It is required if `PYTHONPATH` doesn't contain the Openpose Python API.
- `PATH_TO_OPENPOSE`: It is required if the Openpose Python API is not in `PYTHONPATH`.
- `PATH_TO_VIDEO`: Filename of the input video.

<!-- The realtime demo also support to load video streams from camera source.
<!-- The realtime demo also support to load video streams from camera source by
```
python main.py demo --video camera
``` -->
Expand Down

0 comments on commit ae5b9d1

Please sign in to comment.