Skip to content

A implemention of "A Neural Algorithm of Artistic Style".

Notifications You must be signed in to change notification settings

haolang9527/Neural_style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

这是一个 “A Neural Algorithm of Artistic Style ” 论文的tensorflow 实现。

1.我的代码基于:

2.你可以在我的百度云下载到训练好的vgg19: 链接 密码: xbq6

3.用以下命令来自己指定用来训练的图片:

python main.py --style_path="Your style image path" -- content_path="Your content image path"

4.论文和算法的pdf详解可以在 ./doc/目录下找到

A implement of "A Neural Algorithm of Artistic Style" by tensorflow

1.my implement is based on:

2.You can download my vgg19 net in my baidu-netdisk: link password: xbq6

3.You can specified your own picture to train, just use this command:

python main.py --style_path="Your style image path" -- content_path="Your content image path"

4.You can find the paper of this implement and a pdf(by Chinese) to help you to understand this algorithm in dir ./doc

About

A implemention of "A Neural Algorithm of Artistic Style".

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages