Skip to content

Commit

Permalink
updated readme for video inferencing
Browse files Browse the repository at this point in the history
  • Loading branch information
cansik committed Feb 2, 2021
1 parent 0aa72a0 commit d3034e1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ To run an example use the basic python command to start up the script.

```bash
# start pose detection with webcam 0
python pose.py --device 0
python pose.py --input 0

# start pose detection with video
python pose.py --input yoga.mp4
```

Other parameters are documented in the following list or algorithm specific.

- **device** - Device id for the VideoCapture (default `0`)
- **input** - The video input path or video camera id (default `0`)
- **min-detection-confidence** - Minimum confidence value ([0.0, 1.0]) for the detection to be considered successful. (default `0.5`)
- **min-tracking-confidence** - Minimum confidence value ([0.0, 1.0]) to be considered tracked successfully. (default `0.5`)
- **ip** - OSC ip address to send to (default `127.0.0.1`)
Expand Down

0 comments on commit d3034e1

Please sign in to comment.