rusty-electron / neural-style-transfer-pytorch

Pytorch implementation of the paper titled A Neural Algorithm of Artistic Style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neural-style-transfer-pytorch

Pytorch implementation of the paper titled A Neural Algorithm of Artistic Style.

Sample output

out1 out2

Instructions:

  • edit ./config.yml to modify hyperparameters
  • run python run.py
    • running with no args causes the model to use a pair of example image files present in ./data
    • specify custom images using args -i, --input-image and -s, --style-image
  • output of model are saved in ./data/output/<timestamp> folder in the format iter-XYZ.png

Readings

Update log

  • 2021-06-28 - first upload

About

Pytorch implementation of the paper titled A Neural Algorithm of Artistic Style

License:MIT License


Languages

Language:Python 100.0%