Updated Unix installation (markdown)
parent
65af61c2dc
commit
2b39b4ce08
1 changed files with 2 additions and 3 deletions
|
@ -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:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue