All Projects → Anime Style Transfer → Similar Projects or Alternatives

59 Open source projects that are alternatives of or similar to Anime Style Transfer

Cyclegan
PyTorch implementation of CycleGAN
Stars: ✭ 38 (-5%)
Mutual labels:  cyclegan
Tensorflow Cyclegan
Lightweight CycleGAN tensorflow implementation 🦁 <-> 🐆
Stars: ✭ 35 (-12.5%)
Mutual labels:  cyclegan
Anime person translation
人脸和动漫脸的互转
Stars: ✭ 35 (-12.5%)
Mutual labels:  cyclegan
Contrastive Unpaired Translation
Contrastive unpaired image-to-image translation, faster and lighter training than cyclegan (ECCV 2020, in PyTorch)
Stars: ✭ 822 (+1955%)
Mutual labels:  cyclegan
Gan Compression
[CVPR 2020] GAN Compression: Efficient Architectures for Interactive Conditional GANs
Stars: ✭ 800 (+1900%)
Mutual labels:  cyclegan
Gans
Generative Adversarial Networks implemented in PyTorch and Tensorflow
Stars: ✭ 714 (+1685%)
Mutual labels:  cyclegan
Cyclegan Tensorflow
Tensorflow implementation for learning an image-to-image translation without input-output pairs. https://arxiv.org/pdf/1703.10593.pdf
Stars: ✭ 676 (+1590%)
Mutual labels:  cyclegan
Pytorch Cyclegan
A clean and readable Pytorch implementation of CycleGAN
Stars: ✭ 558 (+1295%)
Mutual labels:  cyclegan
Von
[NeurIPS 2018] Visual Object Networks: Image Generation with Disentangled 3D Representation.
Stars: ✭ 497 (+1142.5%)
Mutual labels:  cyclegan
Voice Converter Cyclegan
Voice Converter Using CycleGAN and Non-Parallel Data
Stars: ✭ 384 (+860%)
Mutual labels:  cyclegan
Pycadl
Python package with source code from the course "Creative Applications of Deep Learning w/ TensorFlow"
Stars: ✭ 356 (+790%)
Mutual labels:  cyclegan
Cyclegan
Tensorflow implementation of CycleGAN
Stars: ✭ 348 (+770%)
Mutual labels:  cyclegan
Attentiongan
AttentionGAN for Unpaired Image-to-Image Translation & Multi-Domain Image-to-Image Translation
Stars: ✭ 341 (+752.5%)
Mutual labels:  cyclegan
Cyclegan Tensorflow 2
CycleGAN Tensorflow 2
Stars: ✭ 330 (+725%)
Mutual labels:  cyclegan
Pix2depth
DEPRECATED: Depth Map Estimation from Monocular Images
Stars: ✭ 293 (+632.5%)
Mutual labels:  cyclegan
Generative models tutorial with demo
Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs), Popular GANs Architectures, Auto-Regressive Models, Important Generative Model Papers, Courses, etc..
Stars: ✭ 276 (+590%)
Mutual labels:  cyclegan
Hands On Deep Learning Algorithms With Python
Master Deep Learning Algorithms with Extensive Math by Implementing them using TensorFlow
Stars: ✭ 272 (+580%)
Mutual labels:  cyclegan
traiNNer
traiNNer: Deep learning framework for image and video super-resolution, restoration and image-to-image translation, for training and testing.
Stars: ✭ 130 (+225%)
Mutual labels:  cyclegan
cyclegan keras
cyclegan reimplimented in keras
Stars: ✭ 18 (-55%)
Mutual labels:  cyclegan
Pytorch-Image-Translation-GANs
Pytorch implementations of most popular image-translation GANs, including Pixel2Pixel, CycleGAN and StarGAN.
Stars: ✭ 106 (+165%)
Mutual labels:  cyclegan
Image-Colorization-CycleGAN
Colorization of grayscale images using CycleGAN in TensorFlow.
Stars: ✭ 16 (-60%)
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 (-50%)
Mutual labels:  cyclegan
BicycleGAN-pytorch
Pytorch implementation of BicycleGAN with implementation details
Stars: ✭ 99 (+147.5%)
Mutual labels:  cyclegan
joliGAN
Semantic Image-to-Image Translation for Domain Adaptation
Stars: ✭ 36 (-10%)
Mutual labels:  cyclegan
CycleGAN-Music-Style-Transfer-Refactorization
Symbolic Music Genre Transfer with CycleGAN - Refactorization
Stars: ✭ 28 (-30%)
Mutual labels:  cyclegan
ganslate
Simple and extensible GAN image-to-image translation framework. Supports natural and medical images.
Stars: ✭ 17 (-57.5%)
Mutual labels:  cyclegan
pytorch-CycleGAN
Pytorch implementation of CycleGAN.
Stars: ✭ 39 (-2.5%)
Mutual labels:  cyclegan
multitask-CycleGAN
Pytorch implementation of multitask CycleGAN with auxiliary classification loss
Stars: ✭ 88 (+120%)
Mutual labels:  cyclegan
CycleGAN
A simple code of CycleGAN which is easy to read is implemented by TensorFlow
Stars: ✭ 21 (-47.5%)
Mutual labels:  cyclegan
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 (-22.5%)
Mutual labels:  cyclegan
CVC
CVC: Contrastive Learning for Non-parallel Voice Conversion (INTERSPEECH 2021, in PyTorch)
Stars: ✭ 45 (+12.5%)
Mutual labels:  cyclegan
UPIT
A fastai/PyTorch package for unpaired image-to-image translation.
Stars: ✭ 94 (+135%)
Mutual labels:  cyclegan
day2night
Image2Image Translation Research
Stars: ✭ 46 (+15%)
Mutual labels:  cyclegan
Generative-Model
Repository for implementation of generative models with Tensorflow 1.x
Stars: ✭ 66 (+65%)
Mutual labels:  cyclegan
gans-2.0
Generative Adversarial Networks in TensorFlow 2.0
Stars: ✭ 76 (+90%)
Mutual labels:  cyclegan
publications-arruda-ijcnn-2019
Cross-Domain Car Detection Using Unsupervised Image-to-Image Translation: From Day to Night
Stars: ✭ 59 (+47.5%)
Mutual labels:  cyclegan
pytorch-gans
PyTorch implementation of GANs (Generative Adversarial Networks). DCGAN, Pix2Pix, CycleGAN, SRGAN
Stars: ✭ 21 (-47.5%)
Mutual labels:  cyclegan
CycleGAN-gluon-mxnet
this repo attemps to reproduce Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks(CycleGAN) use gluon reimplementation
Stars: ✭ 31 (-22.5%)
Mutual labels:  cyclegan
CycleGAN-Models
Models generated by CycleGAN
Stars: ✭ 42 (+5%)
Mutual labels:  cyclegan
cycleGAN-PyTorch
A clean and lucid implementation of cycleGAN using PyTorch
Stars: ✭ 107 (+167.5%)
Mutual labels:  cyclegan
pix2pix
This project uses a conditional generative adversarial network (cGAN) named Pix2Pix for the Image to image translation task.
Stars: ✭ 28 (-30%)
Mutual labels:  cyclegan
Pytorch Cyclegan And Pix2pix
Image-to-Image Translation in PyTorch
Stars: ✭ 16,477 (+41092.5%)
Mutual labels:  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 (+12367.5%)
Mutual labels:  cyclegan
Cyclegan Music Style Transfer
Symbolic Music Genre Transfer with CycleGAN
Stars: ✭ 201 (+402.5%)
Mutual labels:  cyclegan
Gannotation
GANnotation (PyTorch): Landmark-guided face to face synthesis using GANs (And a triple consistency loss!)
Stars: ✭ 167 (+317.5%)
Mutual labels:  cyclegan
Repo 2018
Deep Learning Summer School + Tensorflow + OpenCV cascade training + YOLO + COCO + CycleGAN + AWS EC2 Setup + AWS IoT Project + AWS SageMaker + AWS API Gateway + Raspberry Pi3 Ubuntu Core
Stars: ✭ 163 (+307.5%)
Mutual labels:  cyclegan
Gan Mri
Code repository for Frontiers article 'Generative Adversarial Networks for Image-to-Image Translation on Multi-Contrast MR Images - A Comparison of CycleGAN and UNIT'
Stars: ✭ 159 (+297.5%)
Mutual labels:  cyclegan
Cyclegan Vc2
Voice Conversion by CycleGAN (语音克隆/语音转换): CycleGAN-VC2
Stars: ✭ 158 (+295%)
Mutual labels:  cyclegan
Ai Art
PyTorch (and PyTorch Lightning) implementation of Neural Style Transfer, Pix2Pix, CycleGAN, and Deep Dream!
Stars: ✭ 153 (+282.5%)
Mutual labels:  cyclegan
Cyclegan Keras
Keras implementation of CycleGAN using a tensorflow backend.
Stars: ✭ 152 (+280%)
Mutual labels:  cyclegan
Combogan
Stars: ✭ 134 (+235%)
Mutual labels:  cyclegan
Cyclegan
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
Stars: ✭ 10,933 (+27232.5%)
Mutual labels:  cyclegan
Ganotebooks
wgan, wgan2(improved, gp), infogan, and dcgan implementation in lasagne, keras, pytorch
Stars: ✭ 1,446 (+3515%)
Mutual labels:  cyclegan
Cyclegan tensorlayer
Re-implement CycleGAN in Tensorlayer
Stars: ✭ 86 (+115%)
Mutual labels:  cyclegan
Fastai
R interface to fast.ai
Stars: ✭ 85 (+112.5%)
Mutual labels:  cyclegan
Matlab Gan
MATLAB implementations of Generative Adversarial Networks -- from GAN to Pixel2Pixel, CycleGAN
Stars: ✭ 63 (+57.5%)
Mutual labels:  cyclegan
Cyclegan Qp
Official PyTorch implementation of "Artist Style Transfer Via Quadratic Potential"
Stars: ✭ 59 (+47.5%)
Mutual labels:  cyclegan
Cyclegan Tensorflow
An implementation of CycleGan using TensorFlow
Stars: ✭ 1,096 (+2640%)
Mutual labels:  cyclegan
Cyclegan Vc3
Voice Conversion by CycleGAN (语音克隆/语音转换):CycleGAN-VC3
Stars: ✭ 52 (+30%)
Mutual labels:  cyclegan
1-59 of 59 similar projects