8000 GitHub - AhmedTM/StyleCNN
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AhmedTM/StyleCNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Style Transfer Net

Introduction

This is an impelementation of Style Transfer Net in the paper Image Style Transfer Using Convolutional Neural Networks, by Gatys in PyTorch and from the course Intro to Deep Learning with PyTorch.

In this paper, style transfer uses the features found in the 19-layer VGG Network, which is comprised of a series of convolutional and pooling layers, and a few fully-connected layers.

Instalation

Run this command on your terminal

$ git clone https://github.com/AhmedTM/StyleCNN

or you can download it directly from github

Usage

Help:

$ python train.py -h

Options:

--content-path        Path to the content image.
--style-path          Path to the style image.
--epochs              Number of iterations to update your image.
--alpha               The content error weight.
--beta                The style error weight.

Images used

Content image Style image Output image
Content Style Output

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0