图像艺术化-基于TensorFlow和PyTorch

Posted 人工智能学研社

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了图像艺术化-基于TensorFlow和PyTorch相关的知识,希望对你有一定的参考价值。

深度学习之图像艺术化

原图

图像艺术化-基于TensorFlow和PyTorch

Style

图像艺术化-基于TensorFlow和PyTorch

艺术图

图像艺术化-基于TensorFlow和PyTorch

原图

图像艺术化-基于TensorFlow和PyTorch

Style

图像艺术化-基于TensorFlow和PyTorch

艺术图

先看一下图像艺术化的原理

图像艺术化-基于TensorFlow和PyTorch

下面是基于TensorFlow的代码:

图像艺术化-基于TensorFlow和PyTorch
图像艺术化-基于TensorFlow和PyTorch
图像艺术化-基于TensorFlow和PyTorch

图像艺术化-基于TensorFlow和PyTorch


#导入库

import numpy as np

import tensorflow as tf

import scipy.io as sio

from PIL import Image

import matplotlib.pyplot as plt


                       

人工智能学研社

人工智能学研社为广大好友提供最完整的机器学习、深度学习原理和案例源码,欢迎大家关注获取更多技术干货。

小编微信



以上是关于图像艺术化-基于TensorFlow和PyTorch的主要内容,如果未能解决你的问题,请参考以下文章

基于图像和文本特征的 TensorFlow 训练模型,具有多类输出

新书深度学习图像识别技术:基于TensorFlow Object Detection API和OpenVINO™ 工具套件

艺术领域中的Tensorflow应用

水果图像识别:基于 Arduino 和 TensorFlow Lite Micro

基于Tensorflow + Opencv 实现CNN自定义图像分类

基于Tensorflow + Opencv 实现CNN自定义图像分类