All Projects → tatsuyah → CycleGAN-Models

tatsuyah / CycleGAN-Models

Licence: MIT license
Models generated by CycleGAN

Projects that are alternatives of or similar to CycleGAN-Models

Attentiongan
AttentionGAN for Unpaired Image-to-Image Translation & Multi-Domain Image-to-Image Translation
Stars: ✭ 341 (+711.9%)
Mutual labels:  image-generation, cyclegan
Paddlegan
PaddlePaddle GAN library, including lots of interesting applications like First-Order motion transfer, wav2lip, picture repair, image editing, photo2cartoon, image style transfer, and so on.
Stars: ✭ 4,987 (+11773.81%)
Mutual labels:  image-generation, cyclegan
automatic-manga-colorization
Use keras.js and cyclegan-keras to colorize manga automatically. All computation in browser. Demo is online:
Stars: ✭ 20 (-52.38%)
Mutual labels:  image-generation, cyclegan
Pytorch Cyclegan
A clean and readable Pytorch implementation of CycleGAN
Stars: ✭ 558 (+1228.57%)
Mutual labels:  image-generation, cyclegan
Contrastive Unpaired Translation
Contrastive unpaired image-to-image translation, faster and lighter training than cyclegan (ECCV 2020, in PyTorch)
Stars: ✭ 822 (+1857.14%)
Mutual labels:  image-generation, cyclegan
Cyclegan
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
Stars: ✭ 10,933 (+25930.95%)
Mutual labels:  image-generation, cyclegan
Matlab Gan
MATLAB implementations of Generative Adversarial Networks -- from GAN to Pixel2Pixel, CycleGAN
Stars: ✭ 63 (+50%)
Mutual labels:  image-generation, cyclegan
Pytorch Cyclegan And Pix2pix
Image-to-Image Translation in PyTorch
Stars: ✭ 16,477 (+39130.95%)
Mutual labels:  image-generation, cyclegan
Xinggan
[ECCV 2020] XingGAN for Person Image Generation
Stars: ✭ 177 (+321.43%)
Mutual labels:  image-generation
Graphite
Open source 2D node-based raster/vector graphics editor (Photoshop + Illustrator + Houdini = Graphite)
Stars: ✭ 223 (+430.95%)
Mutual labels:  image-generation
Tilegan
Code for TileGAN: Synthesis of Large-Scale Non-Homogeneous Textures (SIGGRAPH 2019)
Stars: ✭ 166 (+295.24%)
Mutual labels:  image-generation
Distancegan
Pytorch implementation of "One-Sided Unsupervised Domain Mapping" NIPS 2017
Stars: ✭ 180 (+328.57%)
Mutual labels:  image-generation
Finegan
FineGAN: Unsupervised Hierarchical Disentanglement for Fine-grained Object Generation and Discovery
Stars: ✭ 240 (+471.43%)
Mutual labels:  image-generation
Pixelcnn
Theano reimplementation of pixelCNN architecture
Stars: ✭ 170 (+304.76%)
Mutual labels:  image-generation
soft-intro-vae-pytorch
[CVPR 2021 Oral] Official PyTorch implementation of Soft-IntroVAE from the paper "Soft-IntroVAE: Analyzing and Improving Introspective Variational Autoencoders"
Stars: ✭ 170 (+304.76%)
Mutual labels:  image-generation
universum-contracts
text-to-image generation gems / libraries incl. moonbirds, cyberpunks, coolcats, shiba inu doge, nouns & more
Stars: ✭ 17 (-59.52%)
Mutual labels:  image-generation
CoCosNet-v2
CoCosNet v2: Full-Resolution Correspondence Learning for Image Translation
Stars: ✭ 312 (+642.86%)
Mutual labels:  image-generation
Scene generation
A PyTorch implementation of the paper: Specifying Object Attributes and Relations in Interactive Scene Generation
Stars: ✭ 158 (+276.19%)
Mutual labels:  image-generation
Mmediting
OpenMMLab Image and Video Editing Toolbox
Stars: ✭ 2,618 (+6133.33%)
Mutual labels:  image-generation
Swapnet
Virtual Clothing Try-on with Deep Learning. PyTorch reproduction of SwapNet by Raj et al. 2018. Now with Docker support!
Stars: ✭ 202 (+380.95%)
Mutual labels:  image-generation

CycleGAN-Models

Models generated by CycleGAN.

bear2panda

This translates bear to panda in image.

screenshot screenshot screenshot screenshot screenshot screenshot screenshot

men2spock

Original Transfiguration

Prerequisits

  • CycleGAN (See the README for installation)

Usage

mv ./CycleGAN-Models/models/bear2panda/latest_net_G_A.t7 path/to/models_dir/
cd path/to/cyclegan-root/
DATA_ROOT=/path/to/data/ name=model_dir th train.lua

Citation

@article{CycleGAN2017,
  title={Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks},
  author={Zhu, Jun-Yan and Park, Taesung and Isola, Phillip and Efros, Alexei A},
  journal={arXiv preprint arXiv:1703.10593},
  year={2017}
}

License

MIT © Tatsuya Hatanaka

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