All Projects → mousecpn → Joint-Bilateral-Learning

mousecpn / Joint-Bilateral-Learning

Licence: MIT license
An unofficial implementation of Joint Bilateral Learning for Real-time Universal photorealistic Style Transfer

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Joint-Bilateral-Learning

Neural Tools
Tools made for usage alongside artistic style transfer projects
Stars: ✭ 150 (+188.46%)
Mutual labels:  style-transfer
Cyclegan Music Style Transfer
Symbolic Music Genre Transfer with CycleGAN
Stars: ✭ 201 (+286.54%)
Mutual labels:  style-transfer
mlmodelzoo
Build your iOS 11+ apps with the ready-to-use Core ML models below
Stars: ✭ 17 (-67.31%)
Mutual labels:  style-transfer
Ai Art
PyTorch (and PyTorch Lightning) implementation of Neural Style Transfer, Pix2Pix, CycleGAN, and Deep Dream!
Stars: ✭ 153 (+194.23%)
Mutual labels:  style-transfer
Faststyle
Tensorflow implementation of fast neural style transfer.
Stars: ✭ 170 (+226.92%)
Mutual labels:  style-transfer
Warpgan
(CVPR 2019 Oral) Style Transfer with Geometric Deformation
Stars: ✭ 215 (+313.46%)
Mutual labels:  style-transfer
Fast Neural Style Pytorch
Fast Neural Style Transfer implementation in PyTorch 🎨 🎨 🎨
Stars: ✭ 146 (+180.77%)
Mutual labels:  style-transfer
transformer-drg-style-transfer
This repository have scripts and Jupyter-notebooks to perform all the different steps involved in Transforming Delete, Retrieve, Generate Approach for Controlled Text Style Transfer
Stars: ✭ 97 (+86.54%)
Mutual labels:  style-transfer
Vincent Ai Artist
Style transfer using deep convolutional neural nets
Stars: ✭ 176 (+238.46%)
Mutual labels:  style-transfer
ArtsyNetworks
Deep Learning + Arts
Stars: ✭ 24 (-53.85%)
Mutual labels:  style-transfer
Zi2zi
Learning Chinese Character style with conditional GAN
Stars: ✭ 1,988 (+3723.08%)
Mutual labels:  style-transfer
Dst
Deformable Style Transfer (ECCV 2020)
Stars: ✭ 167 (+221.15%)
Mutual labels:  style-transfer
Tensorflow Fast Style Transfer
A simple, concise tensorflow implementation of fast style transfer
Stars: ✭ 224 (+330.77%)
Mutual labels:  style-transfer
Msg Net
Multi-style Generative Network for Real-time Transfer
Stars: ✭ 152 (+192.31%)
Mutual labels:  style-transfer
Neural-Tile
A better tiling script for Neural-Style
Stars: ✭ 35 (-32.69%)
Mutual labels:  style-transfer
Avatar Net
Avatar-Net: Multi-scale Zero-shot Style Transfer by Feature Decoration
Stars: ✭ 150 (+188.46%)
Mutual labels:  style-transfer
Style transfer
CNN image style transfer 🎨.
Stars: ✭ 210 (+303.85%)
Mutual labels:  style-transfer
awesome-text-style-transfer
A list of resources about Text Style Transfer
Stars: ✭ 43 (-17.31%)
Mutual labels:  style-transfer
MeuralPaint
TensorFlow implementation of CNN fast neural style transfer ⚡️ 🎨 🌌
Stars: ✭ 19 (-63.46%)
Mutual labels:  style-transfer
MIDI-VAE
No description or website provided.
Stars: ✭ 56 (+7.69%)
Mutual labels:  style-transfer

Joint Bilateral Learning

This repository is an unofficial implementation in PyTorch for the paper: "Joint Bilateral Learning for Real-time Universal Photorealistic Style Transfer" (ECCV2020)

[paper]

Dependencies

  • Python 3.7.2
  • PyTorch 1.2
  • CUDA10.0 and cuDNN

Train

$ python main.py --cont_img_path <path/to/cont_img> --style_img_path <path/to/style_img> --batch_size 8

Test

$ python test.py --cont_img_path <path/to/single_cont_img> --style_img_path <path/to/single_style_img> --model_checkpoint <path/to/model checkpoint>
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].