talebolano / My-Pytorch-Learn--fast-style-Transfer

a simple sample for fast style transfer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Pytorch Learn--fast style Transfer

a simple sample for fast style Transfer

how to test

python genrate.py --image test.jpg --out_name style.jpg

how to train

mkdir data && cd data && mkdir image

move your train image in data/image/

move your style image in data

python train.py

result

About

a simple sample for fast style transfer


Languages

Language:Python 100.0%