All Projects → alecGraves → cyclegan_keras

alecGraves / cyclegan_keras

Licence: Unlicense License
cyclegan reimplimented in keras

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to cyclegan keras

Generative-Model
Repository for implementation of generative models with Tensorflow 1.x
Stars: ✭ 66 (+266.67%)
Mutual labels:  cyclegan
multitask-CycleGAN
Pytorch implementation of multitask CycleGAN with auxiliary classification loss
Stars: ✭ 88 (+388.89%)
Mutual labels:  cyclegan
Neural-Style-MMD
MXNet Code For Demystifying Neural Style Transfer (IJCAI 2017)
Stars: ✭ 82 (+355.56%)
Mutual labels:  neural-style
Keras-Style-Transfer
An implementation of "A Neural Algorithm of Artistic Style" in Keras
Stars: ✭ 36 (+100%)
Mutual labels:  neural-style
DA-RetinaNet
Official Detectron2 implementation of DA-RetinaNet of our Image and Vision Computing 2021 work 'An unsupervised domain adaptation scheme for single-stage artwork recognition in cultural sites'
Stars: ✭ 31 (+72.22%)
Mutual labels:  cyclegan
ganslate
Simple and extensible GAN image-to-image translation framework. Supports natural and medical images.
Stars: ✭ 17 (-5.56%)
Mutual labels:  cyclegan
publications-arruda-ijcnn-2019
Cross-Domain Car Detection Using Unsupervised Image-to-Image Translation: From Day to Night
Stars: ✭ 59 (+227.78%)
Mutual labels:  cyclegan
Image-Colorization-CycleGAN
Colorization of grayscale images using CycleGAN in TensorFlow.
Stars: ✭ 16 (-11.11%)
Mutual labels:  cyclegan
CycleGAN
A simple code of CycleGAN which is easy to read is implemented by TensorFlow
Stars: ✭ 21 (+16.67%)
Mutual labels:  cyclegan
BicycleGAN-pytorch
Pytorch implementation of BicycleGAN with implementation details
Stars: ✭ 99 (+450%)
Mutual labels:  cyclegan
UPIT
A fastai/PyTorch package for unpaired image-to-image translation.
Stars: ✭ 94 (+422.22%)
Mutual labels:  cyclegan
cs20si
My solutions to Stanford's CS20si: Tensorflow for Deep Learning Research.
Stars: ✭ 15 (-16.67%)
Mutual labels:  neural-style
CycleGAN-Music-Style-Transfer-Refactorization
Symbolic Music Genre Transfer with CycleGAN - Refactorization
Stars: ✭ 28 (+55.56%)
Mutual labels:  cyclegan
day2night
Image2Image Translation Research
Stars: ✭ 46 (+155.56%)
Mutual labels:  cyclegan
Neural-Zoom
Infinite Zoom For Style Transfer
Stars: ✭ 34 (+88.89%)
Mutual labels:  neural-style
gans-2.0
Generative Adversarial Networks in TensorFlow 2.0
Stars: ✭ 76 (+322.22%)
Mutual labels:  cyclegan
pytorch-CycleGAN
Pytorch implementation of CycleGAN.
Stars: ✭ 39 (+116.67%)
Mutual labels:  cyclegan
Pytorch-Image-Translation-GANs
Pytorch implementations of most popular image-translation GANs, including Pixel2Pixel, CycleGAN and StarGAN.
Stars: ✭ 106 (+488.89%)
Mutual labels:  cyclegan
automatic-manga-colorization
Use keras.js and cyclegan-keras to colorize manga automatically. All computation in browser. Demo is online:
Stars: ✭ 20 (+11.11%)
Mutual labels:  cyclegan
joliGAN
Semantic Image-to-Image Translation for Domain Adaptation
Stars: ✭ 36 (+100%)
Mutual labels:  cyclegan

cyclegan_keras

CycleGAN reimplimented in Keras

What has been made?

  • Instance Norm layer for keras
  • Cycle loss function for keras
  • Test cyclegan training script

What needs to be done?

  • Bigger models for non-mnist images need to be created
  • All of the generator training models should probably be convered into one model for a real problem.
  • Fix the upscaling on generator models

Pictures!

For the test training script, I decided to have cyclegan learn a mapping from cat pictures to mnist pictures (and back). This took like 10 hours on a Nvidia GTX 1060 using the training parameters in mnist_test.py.

Here are some results (from various stages of training):

19

31

34

42

62

72

80

90

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