图像风格迁移源代码,jupyter文件有注释,附带VGG16。基于keras进行了实现。 程序中使用到了VGG16的预训练模型vgg16_weights_tf_dim_ordering_tf_kernels_notop.h5(已放入zip包),第一次调用会自动下载,如果下载慢,就用zip包中的,放到C:\Users\用户\.keras\models目录下,就可以使用。
2021-04-11 21:54:33 57.85MB 图像风格迁移 jupyter Python
1
使用Tensorflow2.0实现神经风格迁移,详细代码介绍可以参考我的博文:https://blog.csdn.net/qq_36758914/article/details/104799358
2021-04-07 20:12:48 10KB tensorflow
1
基于tensorflow的神经网络风格迁移得到的输出图像结果
2021-04-07 12:07:51 7.81MB 神经网络 风格迁移 tensorflow python
1
基于tensorflow的神经网络风格迁移得到的输出图像结果
2021-04-07 12:07:51 2.57MB 神经网络 tensorflow python 风格迁移
1
基于tensorflow的神经网络风格迁移输出图像
2021-04-07 12:07:50 3.52MB 神经网络 tensorflow 风格迁移 python
1
基于tensorflow的神经网络风格迁移得到的输出图像结果
2021-04-07 12:07:50 2.07MB 神经网络 tensorflow
1
实现基于深度卷集神经网络的图像风格迁移的程序,采用python语言编写代码
2021-03-25 10:23:25 5.61MB 图像风格迁移 深度学习 迁移学习 python
1
高中生
2021-03-18 17:17:30 1.32MB 风格迁移
1
高中生
2021-03-18 17:17:30 1.53MB 风格迁移
1
This repository contains a pytorch implementation of an algorithm for artistic style transfer. The algorithm can be used to mix the content of an image with the style of another image. For example, here is a photograph of a door arch rendered in the style of a stained glass painting. The model uses the method described in [Perceptual Losses for Real-Time Style Transfer and Super-Resolution](https://arxiv.org/abs/1603.08155) along with [Instance Normalization](https://arxiv.org/pdf/1607.08022.pdf). The saved-models for examples shown in the README can be downloaded from [here](https://www.dropbox.com/s/lrvwfehqdcxoza8/saved_models.zip?dl=0).
2021-03-08 16:06:52 2.1MB 风格迁移
1