Skip to content

minkyu-choi04/A_Neural_Algorithm_of_Artistic_Style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Neural Algoritm of Artistic Style

Pytorch reproduction of the paper "A Neural Algoritm of Artistic Style". Some improvements are made by adopting ideas from "A Learned Representation for Artistic Style"

  1. Zero-padding is replaced with mirror-padding.
  2. Transposed convolution is replaced with up-sampling and covolution.

Dependencies

python 3.6.5
pytorch 0.4.1.post2

Usage

python main.py

You can run your own experiment by giving parameters manually.

Results

Original content image (Cape Manzamo, Okinawa, Japan):

Original Content Image

Style image:

Style Image

Resulting image (after 49 iterations):

Resulting Image