diff --git a/HandPose/README.md b/HandPose/README.md index c4c26e6ed..9720722ea 100644 --- a/HandPose/README.md +++ b/HandPose/README.md @@ -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