├── README.md └── _config.yml /README.md: -------------------------------------------------------------------------------- 1 | # A Content Transformation Block For Image Style Transfer 2 | ***Dmytro Kotovenko, Artsiom Sanakoyeu, Pingchuan Ma, Sabine Lang, Björn Ommer*, CVPR 2019** 3 | 4 | [**Website**](https://compvis.github.io/content-targeted-style-transfer) 5 | 6 | [**Paper**]( http://openaccess.thecvf.com/content_CVPR_2019/papers/Kotovenko_A_Content_Transformation_Block_for_Image_Style_Transfer_CVPR_2019_paper.pdf) 7 | 8 | [**Supplementary Material:**](http://openaccess.thecvf.com/content_CVPR_2019/supplemental/Kotovenko_A_Content_Transformation_CVPR_2019_supplemental.pdf) 9 | 10 | **Video Results:** 11 | [Video1](https://www.youtube.com/watch?v=mOVKAeQCat8&list=PLhronotcCkVlSLxsQTOMhquB2jYEwKCHL), 12 | [Video2](https://www.youtube.com/playlist?list=PLhronotcCkVlGFRPUmimYqhP6V3ne905q), 13 | [Video3](https://www.youtube.com/playlist?list=PLhronotcCkVlyieXSc2TBZpdqo2xQ3J4U) 14 | 15 | Source code will be released soon. 16 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-minimal --------------------------------------------------------------------------------