/Neural_Style_Transfer

Using ConvNets for Style Transfer between Images in PyTorch

Primary LanguageJupyter Notebook

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