From 009303d32ce31923f05c41d76ff2a499cbd2abb4 Mon Sep 17 00:00:00 2001 From: Andreas Bulling Date: Thu, 4 Jun 2020 06:42:48 +0200 Subject: [PATCH] Update Unix installation --- Unix-installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Unix-installation.md b/Unix-installation.md index aae1e6f..22fb304 100644 --- a/Unix-installation.md +++ b/Unix-installation.md @@ -66,7 +66,7 @@ cd build cmake .. make ``` -4. Run the test [Run the test](https://git.perceptualui.org/public-projects/opengaze/wikis/Unix-installation#test-opengaze)
+4. Run the test [Run the test](https://git.hcics.simtech.uni-stuttgart.de/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://git.perceptualui.org/public-projects/opengaze.git`
+`git clone https://git.hcics.simtech.uni-stuttgart.de/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/`