From 14e502af83d391a50d8dc39c12a29a1f33279b75 Mon Sep 17 00:00:00 2001 From: Andreas Bulling Date: Mon, 6 May 2019 16:00:48 +0200 Subject: [PATCH] Update Unix installation --- Unix-installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Unix-installation.md b/Unix-installation.md index 5cebb7a..6c5a06b 100644 --- a/Unix-installation.md +++ b/Unix-installation.md @@ -7,7 +7,7 @@ This installation was tested on the following configuration: * OpenFace 2.0 * 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 @@ -66,7 +66,7 @@ cd build cmake .. make ``` -4. Run the test [Run the test](https://gitlab.hcics.simtech.uni-stuttgart.de/public-projects/opengaze/wikis/Unix-installation#test-opengaze)
+4. Run the test [Run the test](https://git.perceptualui.org/public-projects/opengaze/wikis/Unix-installation#test-opengaze)
## 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.
@@ -106,7 +106,7 @@ Install general dependencies:
Download Caffe:
`git clone https://github.com/BVLC/caffe.git`
Download OpenGaze:
-`git clone https://gitlab.hcics.simtech.uni-stuttgart.de/public-projects/opengaze.git`
+`git clone https://git.perceptualui.org/public-projects/opengaze.git`
Copy the customized layers from OpenGaze to caffe:
`cp -r opengaze/caffe-layers/include caffe/`
`cp -r opengaze/caffe-layers/src caffe/`