An open API service indexing awesome lists of open source software.

https://github.com/yanx27/fast-style-transfer-tensorflow

Perceptual Losses for Real-Time Style Transfer and Super-Resolution
https://github.com/yanx27/fast-style-transfer-tensorflow

deep-learning neural-transfer style-transfer tensorflow

Last synced: 11 months ago
JSON representation

Perceptual Losses for Real-Time Style Transfer and Super-Resolution

Awesome Lists containing this project

README

          

# Neural Style Transfer

## Reference
[Perceptual Losses for Real-Time Style Transfer and Super-Resolution](https://arxiv.org/abs/1603.08155)

## Data & Model
* VOC2014

[here](http://msvocds.blob.core.windows.net/coco2014/train2014.zip)

* Pretrain VGG-19

[here](http://www.vlfeat.org/matconvnet/models/beta16/imagenet-vgg-verydeep-19.mat)

Download them and put in `./data`

* Pretrain weight

See `release`

## Training
```
python style.py --checkpoint ./model --style ./style/xxx.jpg
```
## Evaluation
```
python evaluate.py --checkpoint ./model/xxx --in-path ./examples/content/xxx.jpg --out-path ./
```

## Results
![](https://github.com/yanx27/Fast-style-transfer-based-on-Tensorflow/blob/master/examples/results/sysu.jpg)