This is a project of AI Introduction , a course of Peking University.
Our website is http://pkuszm.cn/show
Zhuming Shi, Weibo Xu, Yiming Zhao
Python 3
only
$ apt-get install python3.6
Use requirements.txt
to install packages
$ pip3 install -r requirements.txt
StyleTransfer/
├── LICENSE
├── README.md
├── start.py
├── function.py
├── net.py
├── train.py
├── convert.py
├── favicon.ico
├── image
| └── upload
| ├── content
| ├── style
| └── convert
├── static
├── templates
| ├── index.html
| ├── show.html
| └── submissions.html
├── test.py
├── .gitignore
└── requirements.txt
-
Gatys, Leon A., A. S. Ecker, and M. Bethge. "Image Style Transfer Using Convolutional Neural Networks." Computer Vision & Pattern Recognition 2016.
-
Huang, Xun, and S. Belongie. "Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization." 2017.