第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>` | :python neural_style.py --content <content file> --styles <style file> --output <output file>` |
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>`