Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Spenhouet committed Jan 15, 2019
1 parent 3765606 commit 2dac9b5
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 214 deletions.
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

35 changes: 25 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Deep Photo Style Transfer - Tensorflow Implementation
# Automated Deep Photo Style Transfer

Tensorflow implementation of the [Deep Photo Style Transfer](https://arxiv.org/abs/1703.07511) paper.
This repository holds a TensorFlow implementation for the paper [Automated Deep Photo Style Transfer](https://arxiv.org/abs/1901.03915).

At its core this is a TensorFlow based implementation of the paper [Deep Photo Style Transfer](https://arxiv.org/abs/1703.07511).

One of the main contributions of “Automated Deep Photo Style Transfer” is the automatic segmentation of input images and a semantic grouping thereof. Another contribution of this is the optimization of the transfer image by improving the aesthetics of the image with the use of [Neural Image Assessment (NIMA)](https://arxiv.org/abs/1709.05424).

## Examples

Given a content and style image, automatically a segmentation is created and semantically grouped to produce a transfer image in the size of the content image by using the [Deep Photo Style Transfer](https://arxiv.org/abs/1703.07511):

<p align="center">
<img src="./examples/teaser.jpg" width="870" alt="Overview"/>
</p>

Here are some example results (from left to right are the content image, the resulting transfer image and the style image):

<p align="center">
<img src="./examples/example_results.jpg" width="870" alt="Example results"/>
</p>

## Getting Started

Expand All @@ -17,14 +35,11 @@ pip3 install:

### Installing

Download the [weights.zip](https://github.com/cgtuebingen/praktikum-ws17-deep-photo-style-transfer/releases/latest) from the latest release and unzip it into a new folder `weights` under the project root.

## Authors
Download the [weights.zip](https://github.com/Spenhouet/automated-deep-photo-style-transfer/releases/latest) from the latest release and unzip it into a new folder `weights` under the project root.

* **Fujun Luan, Sylvain Paris, Eli Shechtman, Kavita Bala** - *Paper* - [Deep Photo Style Transfer](https://arxiv.org/abs/1703.07511)
* **Paul Sanzenbacher, Sebastian Penhouet** - *Implementation*
## Acknowledgement

Additional references:
* **Fujun Luan, Sylvain Paris, Eli Shechtman, Kavita Bala** - [Deep Photo Style Transfer](https://arxiv.org/abs/1703.07511)
* **L. Gatys, A. Ecker, M. Bethge** - [Image Style Transfer Using Convolutional Neural Networks](https://pdfs.semanticscholar.org/7568/d13a82f7afa4be79f09c295940e48ec6db89.pdf)
* **A. Levin, D. Lischinski, Y. Weiss** - [A Closed Form Solution To Natural Image](http://webee.technion.ac.il/people/anat.levin/papers/Matting-Levin-Lischinski-Weiss-CVPR06.pdf)
* **H. Zhao, J. Shi, X. Qi, X. Wang, J. Jia** - [Pyramid Scene Parsing Network](https://arxiv.org/pdf/1612.01105.pdf)
Expand All @@ -34,6 +49,6 @@ using multiple information sources](http://ieeexplore.ieee.org/document/1209005/
* **H. Talebi, P. Milanfar** - [NIMA: Neural Image Assessment](https://arxiv.org/abs/1709.05424)
* **H. Talebi, P. Milanfar** - [Learned Perceptual Image Enhancement](https://arxiv.org/abs/1712.02864)

## License
## Disclaimer

This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details
This software is published for academic and non-commercial use only.
Binary file removed example/content.png
Binary file not shown.
Binary file removed example/style.png
Binary file not shown.
Binary file added examples/example_results.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/teaser.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions setup.cfg

This file was deleted.

0 comments on commit 2dac9b5

Please sign in to comment.