Skip to content

yx-chan131/Neural-Style-Transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Style-Transfer

Alt text

My learning code for Neural Style Transfer which is greatly referenced to Pytorch Neural Style Transfer. In this repo also contains the paper A Neural Algorithm of Artistic Style which I hightlighted the text I deemed important. The paper can be downloaded here.

  • dancing.jpg as content image

Alt text

  • picasso.jpg as style image

Alt text

Result

Using content image as input image

python main.py # use default setting 

Image produced:

Alt text

Using noise as input image

python .\main.py --use_noise True --content_weight 1 --num_steps 1000 --save_anim True --output_path 'images\output_img_from_noise.png'

Image produced:

Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages