文件名称:NeuralArtTransfer:练习“一种艺术风格的神经算法(Gatys等)”的实现。
文件大小:1.9MB
文件格式:ZIP
更新时间:2024-04-06 18:44:45
JupyterNotebook
神经艺术转移 实践实现“一种艺术风格的神经算法”(Gatys等人)。开发了一种非常基本的前端服务,该服务接受内容和样式图像并显示生成的图像。 内容图片: 样式图片: 结果图像: 建立步骤 从内容文件夹下载模板和静态文件夹,然后将其上传到您的Google驱动器。 更新Flask中的UPLOAD文件夹,模板文件夹和静态文件夹路径,或仅在驱动器中遵循以下文件夹结构: template folder = drive/My Drive/NeuralArtTransfer/templates static_folder='drive/My Drive/NeuralArtTransfer/static' UPLOAD_FOLDER = 'static/uploads/' 要求 具有GPU支持的Google Colab 未来的工作 目前,神经艺术转移模型仅适用于PNG图像,将进行
【文件预览】:
NeuralArtTransfer-master
----resultImages()
--------file1.txt(11B)
--------resultantImage.png(686KB)
--------styleImage.png(755KB)
--------contentImage.png(580KB)
----content()
--------templates()
--------static()
----neutalArtTransfer.ipynb(29KB)
----README.md(1KB)