Skip to content

Commit

Permalink
fix demo readme...
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Druzhkov committed Nov 23, 2020
1 parent 1c0954c commit 190a85d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions demos/python_demos/human_pose_estimation_demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ python3 human_pose_estimation.py -h
```
The command yields the following usage message:
```
usage: human_pose_estimation.py [-h] -i INPUT -m MODEL --type {ae,openpose}
usage: human_pose_estimation.py [-h] -i INPUT -m MODEL -at {ae,openpose}
[--tsize TSIZE] [-t PROB_THRESHOLD] [-r]
[-d DEVICE] [-nireq NUM_INFER_REQUESTS]
[-nstreams NUM_STREAMS]
Expand All @@ -46,7 +46,8 @@ Options:
camera ID.
-m MODEL, --model MODEL
Required. Path to an .xml file with a trained model.
--type {ae,openpose} Required. Type of the network, either "ae" for
-at {ae,openpose}, --architecture_type {ae,openpose}
Required. Type of the network, either "ae" for
Associative Embedding or "openpose" for OpenPose.
--tsize TSIZE Optional. Target input size. This demo implements
image pre-processing pipeline that is common to human
Expand Down

0 comments on commit 190a85d

Please sign in to comment.