Skip to content

chnk58hoang/MyOwnNeuralStyleTransfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neural Style Transfer

python PyTorch

Introduction

This is a PyTorch implementation of Image Style Transfer Using Convolutional Neural Networks.

Installation

I highly recommend you to use a conda virtual environment.

conda create -n nst python=3.8
pip install -r requirements.txt

Usage

python  src/transfer.py --content_img [path to the content image] --style_img [path to the style image] --save_path [path to save the generated image] --steps [number of transfer steps]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages