├── IST_model.py ├── image_style_transfer.py ├── images ├── 2_1.png ├── mixed_image_5000.png ├── resized_content1.jpg ├── resized_style3.jpg └── resized_stylehh.jpg ├── load_image.py └── readme.markdown /IST_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chengjunwen/image_style_transfer/HEAD/IST_model.py -------------------------------------------------------------------------------- /image_style_transfer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chengjunwen/image_style_transfer/HEAD/image_style_transfer.py -------------------------------------------------------------------------------- /images/2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chengjunwen/image_style_transfer/HEAD/images/2_1.png -------------------------------------------------------------------------------- /images/mixed_image_5000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chengjunwen/image_style_transfer/HEAD/images/mixed_image_5000.png -------------------------------------------------------------------------------- /images/resized_content1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chengjunwen/image_style_transfer/HEAD/images/resized_content1.jpg -------------------------------------------------------------------------------- /images/resized_style3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chengjunwen/image_style_transfer/HEAD/images/resized_style3.jpg -------------------------------------------------------------------------------- /images/resized_stylehh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chengjunwen/image_style_transfer/HEAD/images/resized_stylehh.jpg -------------------------------------------------------------------------------- /load_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chengjunwen/image_style_transfer/HEAD/load_image.py -------------------------------------------------------------------------------- /readme.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chengjunwen/image_style_transfer/HEAD/readme.markdown --------------------------------------------------------------------------------