All Projects → Spenhouet → automated-deep-photo-style-transfer

Spenhouet / automated-deep-photo-style-transfer

Licence: other
TensorFlow implementation for the paper "Automated Deep Photo Style Transfer"

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to automated-deep-photo-style-transfer

android tflite
GPU Accelerated TensorFlow Lite applications on Android NDK. Higher accuracy face detection, Age and gender estimation, Human pose estimation, Artistic style transfer
Stars: ✭ 105 (+14.13%)
Mutual labels:  style-transfer, segmentation
cellcount
A Convolutional Neural Network for Segmenting and Counting Cells in Microscopy Images
Stars: ✭ 51 (-44.57%)
Mutual labels:  segmentation
depth-preserving-neural-style-transfer
Depth-Preserving Style Transfer
Stars: ✭ 86 (-6.52%)
Mutual labels:  style-transfer
PyTorch-deep-photo-styletransfer
PyTorch implementation of "Deep Photo Style Transfer": https://arxiv.org/abs/1703.07511
Stars: ✭ 23 (-75%)
Mutual labels:  style-transfer
Text-Effects-Transfer
Matlab implementation of the paper "Awesome Typography: Statistics-Based Text Effects Transfer"
Stars: ✭ 40 (-56.52%)
Mutual labels:  style-transfer
HyperDenseNet pytorch
Pytorch version of the HyperDenseNet deep neural network for multi-modal image segmentation
Stars: ✭ 58 (-36.96%)
Mutual labels:  segmentation
Point-Then-Operate
Code for the ACL 2019 paper ``A Hierarchical Reinforced Sequence Operation Method for Unsupervised Text Style Transfer``
Stars: ✭ 44 (-52.17%)
Mutual labels:  style-transfer
dilation-keras
Multi-Scale Context Aggregation by Dilated Convolutions in Keras.
Stars: ✭ 72 (-21.74%)
Mutual labels:  segmentation
nlp-pure
Natural language processing algorithms implemented in pure Ruby with minimal dependencies
Stars: ✭ 19 (-79.35%)
Mutual labels:  segmentation
TensorFlow-Advanced-Segmentation-Models
A Python Library for High-Level Semantic Segmentation Models based on TensorFlow and Keras with pretrained backbones.
Stars: ✭ 64 (-30.43%)
Mutual labels:  segmentation
adaptive-segmentation-mask-attack
Pre-trained model, code, and materials from the paper "Impact of Adversarial Examples on Deep Learning Models for Biomedical Image Segmentation" (MICCAI 2019).
Stars: ✭ 50 (-45.65%)
Mutual labels:  segmentation
VOS-Paper-List
Semi-Supervised Video Object Segmentation(VOS) Paper List
Stars: ✭ 28 (-69.57%)
Mutual labels:  segmentation
PAPC
PAPC is a deep learning for point clouds platform based on pure PaddlePaddle
Stars: ✭ 55 (-40.22%)
Mutual labels:  segmentation
Baysor
Bayesian Segmentation of Spatial Transcriptomics Data
Stars: ✭ 53 (-42.39%)
Mutual labels:  segmentation
neural-style-pytorch
Neural Style implementation in PyTorch! 🎨
Stars: ✭ 50 (-45.65%)
Mutual labels:  style-transfer
deepflash2
A deep-learning pipeline for segmentation of ambiguous microscopic images.
Stars: ✭ 34 (-63.04%)
Mutual labels:  segmentation
Awesome Neural Style
A curated list of neural style and deep neural network visualization
Stars: ✭ 16 (-82.61%)
Mutual labels:  style-transfer
CISTEM
Stemmer for German
Stars: ✭ 33 (-64.13%)
Mutual labels:  segmentation
Neural-Zoom-Legacy
Infinite Zoom For Style Transfer
Stars: ✭ 14 (-84.78%)
Mutual labels:  style-transfer
HistoGAN
Reference code for the paper HistoGAN: Controlling Colors of GAN-Generated and Real Images via Color Histograms (CVPR 2021).
Stars: ✭ 158 (+71.74%)
Mutual labels:  style-transfer

Automated Deep Photo Style Transfer

This repository holds a TensorFlow implementation for the paper Automated Deep Photo Style Transfer.

At its core this is a TensorFlow based implementation of the paper Deep Photo Style Transfer.

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).

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:

Overview

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

Example results

Setup

  1. Download or clone repository files to your computer
  2. Go into repository folder
  3. Install requirements: pip3 install -r requirements.txt --upgrade
  4. Download the weights.zip from the latest release and unzip it into a new folder weights under the project root.

Acknowledgement

Disclaimer

This software is published for academic and non-commercial use only.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].