From 2b39b4ce0845bc303d4743cd3e3026951e806ca8 Mon Sep 17 00:00:00 2001 From: Xucong Zhang Date: Wed, 20 Mar 2019 13:53:22 +0100 Subject: [PATCH] Updated Unix installation (markdown) --- Unix-installation.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Unix-installation.md b/Unix-installation.md index 3b32001..b163795 100644 --- a/Unix-installation.md +++ b/Unix-installation.md @@ -57,7 +57,7 @@ Since we use convolutional neural networks as our model, the speed performance c ## Install OpenGaze with pre-compiled binary You can easily install OpenGaze with our pre-compiled binary file. -1. Install other dependencies with `./install.sh`. This will install all the dependencies (tbb, boost, OpenBlas, dlib, protobuf, glog, gflags and hdf5) except OpenFace and Caffe. +1. Install other dependencies with `bash install.sh`. This will install all the dependencies (tbb, boost, OpenBlas, dlib, protobuf, glog, gflags and hdf5) except OpenFace and Caffe. 2. Install OpenGaze with `sudo dpkg -i opengaze.deb`. This will install the OpenGaze library itself and also the OpenFace and Caffe library. 4. Compile the test example: ``` @@ -87,8 +87,7 @@ Open the file 'install.sh', and change the "BUILD_SHARED_LIBS=OFF" to "BUILD_SHA 2. Download the necessary models: Open the file "download_models.sh", set your OpenGaze root directory, which defualt value is "~/OpenGaze".
``` -chmod +x download_models.sh -./download_models.sh +bash download_models.sh ``` 3. Test it: ```