Skip to content

g-ziyan/An_Exploration_of_Neural_Style_Transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repo is for my course project of EECE570. Neural Style Transfer (NST) is one of the hottest topics in computer vision in recent years, which studies on how to use a Convolutional Neural Networks to reproduce famous painting styles (style images) on natural images (content images). This project aims to verify the applicability of NST on a wider variety of styles. My implementation is based on Johnson et al.'s algorithm which combines perceptual loss and feed-forward networks. I extended the model by modifying the structures of instance normailzaiton, up-convolutional layer and reconstruction layer. I also added the feature of color preserving.

Results

result

result

Reference

  1. Torch (Lua) implementation by jcjohnson
  2. PyTorch implementation by pytorch

About

Pytorch immplementation of fast style transfer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages