gohurali / Neural_Style_Transfer

Using ConvNets for Style Transfer between Images in PyTorch

Home Page:https://www.cv-foundation.org/openaccess/content_cvpr_2016/papers/Gatys_Image_Style_Transfer_CVPR_2016_paper.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

$ python3 train.py

About

Using ConvNets for Style Transfer between Images in PyTorch

https://www.cv-foundation.org/openaccess/content_cvpr_2016/papers/Gatys_Image_Style_Transfer_CVPR_2016_paper.pdf


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%