From 5e65c1a64cceb36c70c40f2ebb0b517d9ecc0fed Mon Sep 17 00:00:00 2001 From: Siddharth Yadav Date: Tue, 4 Apr 2017 03:52:48 +0530 Subject: [PATCH] Added details to CLI demo Added git clone option and proper cd statments --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8c6909af..75f2196b 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,20 @@ $ pip install click $ export PYTHONPATH=`pwd`/python ``` + ## Download Caffe Models + + ``` +$ git clone https://github.com/eldar/deepcut-cnn.git +$ cd deepcut-cnn $ cd models/deepercut $ ./download_models.sh ``` ## Run Demo ``` +$ cd ../../ $ cd python/pose $ python ./pose_demo.py image.png --out_name=prediction ```