Update Unix installation

Andreas Bulling 2019-04-17 11:08:28 +02:00
parent 7588ebdde8
commit e8aa11cea0
1 changed files with 2 additions and 2 deletions

@ -66,7 +66,7 @@ cd build
cmake ..
make
```
4. Run the test [Run the test](https://github.molgen.mpg.de/perceptual/opengaze/wiki/Unix-installation#test-opengaze)<br/>
4. Run the test [Run the test](https://gitlab.hcics.simtech.uni-stuttgart.de/public-projects/opengaze/wikis/Unix-installation#test-opengaze)<br/>
## 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/>
@ -106,7 +106,7 @@ Install general dependencies: <br/>
Download Caffe:<br/>
`git clone https://github.com/BVLC/caffe.git`<br/>
Download OpenGaze:<br/>
`git clone https://github.molgen.mpg.de/perceptual/opengaze.git`<br/>
`git clone https://gitlab.hcics.simtech.uni-stuttgart.de/public-projects/opengaze.git`<br/>
Copy the customized layers from OpenGaze to caffe:<br/>
`cp -r opengaze/caffe-layers/include caffe/`<br/>
`cp -r opengaze/caffe-layers/src caffe/`<br/>