使用深度学习算法将玫瑰花图片内容和另一幅图片的风格融合在一起。
1. python ----- 开发语言
2. vgg16 ----- cnn model
2. TensorFlow ----- 深度学习工具包
- git clone project
git clone https://github.com/zjucx/RosePrisma.git- download vgg16.tfmodel to dir model
cd RosePrisma && mkdir model- modify content and style image
vi maim.py && change your pic
- An Intuitive Explanation of Convolutional Neural Networks
- 翻译版:翻译 神经网络的直观解释
- A Neural Algorithm of Artistic Style Style Transfer Algorithm
- TensorFlow Tutorial powder by Hvass-Labs. youtube