Skip to content

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

Notifications You must be signed in to change notification settings

yanx27/Fast-style-transfer-Tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Style Transfer

Reference

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

Data & Model

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