Skip to content

Instantly share code, notes, and snippets.

@ohld
Created February 26, 2018 07:42
Show Gist options
  • Save ohld/3c00c7c64d3ded25b284d7643b9798fe to your computer and use it in GitHub Desktop.
Save ohld/3c00c7c64d3ded25b284d7643b9798fe to your computer and use it in GitHub Desktop.
Install fast style transfer
pip install -U tensorflow
pip install moviepy imageio
python -c 'import imageio; imageio.plugins.ffmpeg.download()'
git clone https://github.com/lengstrom/fast-style-transfer
cd fast-style-transfer; ./setup.sh
mkdir ../checkpoint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment