Updated Unix installation (markdown)

Xucong Zhang 2019-03-20 13:53:22 +01:00
parent 65af61c2dc
commit 2b39b4ce08

@ -57,7 +57,7 @@ Since we use convolutional neural networks as our model, the speed performance c
## Install OpenGaze with pre-compiled binary ## Install OpenGaze with pre-compiled binary
You can easily install OpenGaze with our pre-compiled binary file. 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. 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: 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: 2. Download the necessary models:
Open the file "download_models.sh", set your OpenGaze root directory, which defualt value is "~/OpenGaze".<br/> Open the file "download_models.sh", set your OpenGaze root directory, which defualt value is "~/OpenGaze".<br/>
``` ```
chmod +x download_models.sh bash download_models.sh
./download_models.sh
``` ```
3. Test it: 3. Test it:
``` ```