From 56fc3c9df21914c845d57ee1d1ad005bc69efc2c Mon Sep 17 00:00:00 2001 From: Xucong Zhang Date: Wed, 20 Mar 2019 13:54:55 +0100 Subject: [PATCH] Updated Unix installation (markdown) --- Unix-installation.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Unix-installation.md b/Unix-installation.md index b163795..edb605f 100644 --- a/Unix-installation.md +++ b/Unix-installation.md @@ -27,8 +27,7 @@ Since we use convolutional neural networks as our model, the speed performance c ``` wget https://developer.nvidia.com/compute/cuda/9.0/Prod/local_installers/cuda_9.0.176_384.81_linux-run - chmod +x cuda_9.0.176_384.81_linux-run - sudo ./cuda_9.0.176_384.81_linux-run --override + sudo bash cuda_9.0.176_384.81_linux-run --override ``` Answer these questions as follows while installation begins: - Install NVIDIA Accelerated Graphics Driver for Linux-x86_64 384.81? n @@ -80,9 +79,9 @@ cd OpenFace ``` Open the file 'install.sh', and change the "BUILD_SHARED_LIBS=OFF" to "BUILD_SHARED_LIBS=ON" for OpenCV. Then run ``` -./install.sh +yes | bash install.sh ``` -**Warning:** It requires typing a "Y" in the middle of the installation. Do not leave it unattended.
+
2. Download the necessary models: Open the file "download_models.sh", set your OpenGaze root directory, which defualt value is "~/OpenGaze".
@@ -109,7 +108,7 @@ Install general dependencies:
Download OpenGaze:
`git clone https://github.molgen.mpg.de/perceptual/opengaze.git`
Copy the customized layers from OpenGaze to caffe:
-`cp -r opengaze/caffe-layers/include caffe/` +`cp -r opengaze/caffe-layers/include caffe/`
`cp -r opengaze/caffe-layers/src caffe/`
Compile:
```