Update Unix installation
parent
1ea81c2748
commit
009303d32c
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
4. Run the test [Run the test](https://git.perceptualui.org/public-projects/opengaze/wikis/Unix-installation#test-opengaze)<br/>
|
4. Run the test [Run the test](https://git.hcics.simtech.uni-stuttgart.de/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://git.perceptualui.org/public-projects/opengaze.git`<br/>
|
`git clone https://git.hcics.simtech.uni-stuttgart.de/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/>
|
||||||
|
|
Loading…
Reference in a new issue