“通过神经网络风格化照片”版本间的差异

来自iCenter Wiki
跳转至: 导航搜索
 
(相同用户的一个中间修订版本未显示)
第1行: 第1行:
 
:环境python+tensorflow+Numpy+Scipy+Pillow
 
:环境python+tensorflow+Numpy+Scipy+Pillow
 
:软件获得 参考  https://github.com/anishathalye/neural-style
 
:软件获得 参考  https://github.com/anishathalye/neural-style
:训练模型vgg-verydeep-19的获得  smb服务器地址:101.6.160.40  目录/share/neural-style-master  下
+
:训练模型vgg-verydeep-19的获得  smb服务器地址:101.6.160.40  目录/share/neural-style-master  下(用户名密码都是test)
 
:运行软件,并按照要求提供照片,风格化图片,输出的图片名称。
 
:运行软件,并按照要求提供照片,风格化图片,输出的图片名称。
 +
:python neural_style.py --content <content file> --styles <style file> --output <output file>`
 +
 
<gallery>
 
<gallery>
 
文件:yuantu.jpg|照片
 
文件:yuantu.jpg|照片

2019年9月24日 (二) 10:24的最后版本

环境python+tensorflow+Numpy+Scipy+Pillow
软件获得 参考 https://github.com/anishathalye/neural-style
训练模型vgg-verydeep-19的获得 smb服务器地址:101.6.160.40 目录/share/neural-style-master 下(用户名密码都是test)
运行软件,并按照要求提供照片,风格化图片,输出的图片名称。
python neural_style.py --content <content file> --styles <style file> --output <output file>`