Update Unix installation

Andreas Bulling 2019-05-06 16:00:48 +02:00
parent 1ae28fc827
commit 14e502af83

@ -7,7 +7,7 @@ This installation was tested on the following configuration:
* OpenFace 2.0 * OpenFace 2.0
* Boost 1.5 * Boost 1.5
**If you have Ubuntu 18.04, please refer to the [configuration information](https://gitlab.hcics.simtech.uni-stuttgart.de/public-projects/opengaze/wikis/Unix-installation#ubuntu-1804).** **If you have Ubuntu 18.04, please refer to the [configuration information](https://git.perceptualui.org/public-projects/opengaze/wikis/Unix-installation#ubuntu-1804).**
## Dependency installation ## Dependency installation
@ -66,7 +66,7 @@ cd build
cmake .. cmake ..
make make
``` ```
4. Run the test [Run the test](https://gitlab.hcics.simtech.uni-stuttgart.de/public-projects/opengaze/wikis/Unix-installation#test-opengaze)<br/> 4. Run the test [Run the test](https://git.perceptualui.org/public-projects/opengaze/wikis/Unix-installation#test-opengaze)<br/>
## Compile OpenGaze from source ## Compile OpenGaze from source
If the pre-compiled file does not work for you, or you want to make changes to the OpenGaze source code, then you can compile it from source.<br/> If the pre-compiled file does not work for you, or you want to make changes to the OpenGaze source code, then you can compile it from source.<br/>
@ -106,7 +106,7 @@ Install general dependencies: <br/>
Download Caffe:<br/> Download Caffe:<br/>
`git clone https://github.com/BVLC/caffe.git`<br/> `git clone https://github.com/BVLC/caffe.git`<br/>
Download OpenGaze:<br/> Download OpenGaze:<br/>
`git clone https://gitlab.hcics.simtech.uni-stuttgart.de/public-projects/opengaze.git`<br/> `git clone https://git.perceptualui.org/public-projects/opengaze.git`<br/>
Copy the customized layers from OpenGaze to caffe:<br/> Copy the customized layers from OpenGaze to caffe:<br/>
`cp -r opengaze/caffe-layers/include caffe/`<br/> `cp -r opengaze/caffe-layers/include caffe/`<br/>
`cp -r opengaze/caffe-layers/src caffe/`<br/> `cp -r opengaze/caffe-layers/src caffe/`<br/>