【图像风格转换】项目参考资料总结

实现图像风格转换、神经风格图像的一些资料和实现。

1.原理篇

A.A Neural Algorithm of Artistic Style,风格迁移开山之作实现,对将固定风格迁移到固定内容上:
在这里插入图片描述

B.Perceptual Losses for Real-Time Style Transfer and Super-Resolution,预训练模型改进迁移速度,利用固定风格图像快速转换内容图像:
在这里插入图片描述

C.Meta Networks for Neural Style Transfer风格迁移原网络实现任意风格迁移网络的构建和快速风格化。
在这里插入图片描述
code:https://github.com/FalongShen/styletransfer

ref:
http://export.arxiv.org/abs/1811.08668(这篇文章的参考文献很好)
https://amds123.github.io/2018/11/21/Computational-Decomposition-of-Style-for-Controllable-and-Enhanced-Style-Transfer/

2.博客详解

风格迁移三部曲
StyleTransferTrilogy

ref:
各种融合项目总结https://blog.csdn.net/u014636245/article/details/85479698

3.参考项目总结


在这里插入图片描述
pic from pexels.com

原文地址:https://www.cnblogs.com/Tom-Ren/p/11054679.html