项目作者: gohurali

项目描述 :
Using ConvNets for Style Transfer between Images in PyTorch
高级语言: Jupyter Notebook
项目地址: git://github.com/gohurali/Neural_Style_Transfer.git
创建时间: 2019-04-01T23:23:11Z
项目社区:https://github.com/gohurali/Neural_Style_Transfer

开源协议:

下载


Neural Style Transfer

Using ConvNets for Style Transfer between Images

Dependencies

  • torch and torchvision
  • numpy
  • cv2

Generating a Stylized Content Image

You can easily create your own stylized image with by specifying the path to your content and stylized image via the config file. After updating the config file with paths, run the following:

  1. $ python3 train.py