relaxxpls / style-transfer

Neural style transfer using CycleGANs in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Style Transfer using CycleGAN on 17flowers dataset

Dataset

  • dataset: 17flowers
  • Image A: Pansy flower (image_1281 to image_1360)
  • Image B: Tigerlily flower (image_0481 to image_0560)

Results

Visualising base styles (using noise as input)

Noise to Flower

Flower A to Flower B

Noise to Flower

Pansy to Tigerlily style transfer recursively

Pansy to Tigerlily overtime

About

Neural style transfer using CycleGANs in PyTorch

License:MIT License


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%