Installation

Docker Installation

  1. Download the docker image
$ docker pull acostapazo/bob.chapter.hobpad2.facepadprotocols:latest
  1. Check your installation out.
$ docker run -v $(pwd):/bob.chapter.hobpad2.facepadprotocols acostapazo/bob.chapter.hobpad2.facepadprotocols:latest bin/bash -c "cd bob.chapter.hobpad2.facepadprotocols; ./ci.sh; ./rr.sh"

Local Installation

  1. Install conda -> https://conda.io/docs/user-guide/install/index.html
  2. Create the conda env
$ conda create --name hobpad2_chapter14_env python=2.7
  1. Activate the environment
$ source activate hobpad2_chapter14_env
  1. Buildout the bob package
$ #You should be inside the activated conda env (hobpad2_chapter14_env)
$ python bootstrap-buildout.py
$ bin/buildout
  1. Clone the bob package
$ git clone https://github.com/Gradiant/bob.chapter.hobpad2.facepadprotocols
  1. Buildout the bob package
$ #You should be inside the package directory (bob.chapter.hobpad2.facepadprotocols)
$ cd bob.chapter.hobpad2.facepadprotocols
$ python bootstrap-buildout.py
$ bin/buildout
  1. Reproduce the results
$ bin/reproducible_research.py