From e1fc7094951aa87e542b9eb6838d6a00777c37cb Mon Sep 17 00:00:00 2001 From: vikas Date: Mon, 8 Oct 2018 20:06:26 +0530 Subject: [PATCH] modified: README.md --- HandPose/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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