Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Setting up the stylizer server

Brendon J. Boldt edited this page Oct 22, 2017 · 1 revision

The following packages and repositories are necessary for running the stylizer server (they can be cloned into any directory, but we use /usr/lib which requires the use of sudo).

sudo apt install git cmake
git clone https://github.com/xunhuang1995/AdaIN-style.git
git clone https://github.com/brendon-boldt/imago-imaginis.git
git clone https://github.com/torch/distro.git TORCH_INSTALL_DIR --recursive

Also follow the installation instructions for Torch 7 in order to run the stylizer (which also has its own installation).

Clone this wiki locally