tree: c0ab67ad6a8bd5c825c4bb37928bee8259af033d [path history] [tgz]
  1. basic.py
  2. boost_inference.py
  3. boost_train.py
  4. data_processing.py
  5. gen_v3.py
  6. gen_v4.py
  7. model_vgg19.py
  8. README.md
example/neural-style/end_to_end/README.md

End to End Neural Art

Please refer to this blog for details of how it is implemented.

How to use

  1. First use ../download.sh to download pre-trained model and sample inputs.

  2. Prepare training dataset. Put image samples to ../data/ (one file for each image sample). The pretrained model here was trained by 26k images sampled from MIT Place dataset.

  3. Use boost_train.py for training.

Pretrained Model