Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vikasgupta-github committed Oct 8, 2018
1 parent 1052672 commit e1fc709
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions HandPose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ Please run getModels.sh from the command line to download the model in the corre
### USAGE

#### Python
**For using it on single image : **
**For using it on single image :**
python handPoseImage.py

**For using on video : **
**For using on video :**
python handPoseVideo.py

#### C++
**From the command line : **
**From the command line :**
cmake .
make

**For using it on single image : **
**For using it on single image :**
./handPoseImage

**For using on video : **
**For using on video :**
./handPoseVideo

0 comments on commit e1fc709

Please sign in to comment.