Skip to content

kwjinwoo/Neural_Image_Style_Transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Style Transfer Using Convolutional Neural Networks

Introduction

  • This is Image Style Transfer Using Convolutional Neural Networks implementation repository

Requirement

python == 3.8
tensorflow == 2.8.0

Run

  • Running style_transfer.py
    python style_transfer --style_img --content_img
    
  • args
    • style_img : style image path
    • content_img : content image path
  • You can modify content weights(alpha), style weights(beta) and num_iteration at configs/Config.py

Result

  • content image
    content image
  • transfer result
    result image

Reference

About

Implementation Neural_Image_Style_Transfer Leon A. Gatys

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages