Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RizwanMunawar authored Nov 22, 2022
1 parent bc24d6b commit e462e4e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,17 @@ python pose-estimate.py --source "your custom video.mp4" --device cpu
#For GPU
python pose-estimate.py --source "your custom video.mp4" --device 0
#For View-Image
python pose-estimate.py --source "your custom video.mp4" --device 0 --view-img
#For LiveStream (Ip Stream URL Format i.e "rtsp://username:pass@ipaddress:portno/video/video.amp")
python pose-estimate.py --source "your IP Camera Stream URL" --device 0
python pose-estimate.py --source "your IP Camera Stream URL" --device 0 --view-img
#For WebCam
python pose-estimate.py --source 0
python pose-estimate.py --source 0 --view-img
#For External Camera
python pose-estimate.py --source 1
python pose-estimate.py --source 1 --view-img
```

- Output file will be created in the working directory with name <b>["your-file-name-without-extension"+"_keypoint.mp4"]</b>
Expand Down

0 comments on commit e462e4e

Please sign in to comment.