Found 4,391 repositories(showing 30)
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
junyanz
Image-to-Image Translation in PyTorch
junyanz
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
PaddlePaddle
PaddlePaddle GAN library, including lots of interesting applications like First-Order motion transfer, Wav2Lip, picture repair, image editing, photo2cartoon, image style transfer, GPEN, and so on.
taesungp
Contrastive unpaired image-to-image translation, faster and lighter training than cyclegan (ECCV 2020, in PyTorch)
tjwei
wgan, wgan2(improved, gp), infogan, and dcgan implementation in lasagne, keras, pytorch
aitorzip
A clean and readable Pytorch implementation of CycleGAN
vanhuyz
An implementation of CycleGan using TensorFlow
mit-han-lab
[CVPR 2020] GAN Compression: Efficient Architectures for Interactive Conditional GANs
diegoalejogm
Generative Adversarial Networks implemented in PyTorch and Tensorflow
xiaowei-hu
Tensorflow implementation for learning an image-to-image translation without input-output pairs. https://arxiv.org/pdf/1703.10593.pdf
Ha0Tang
AttentionGAN for Unpaired Image-to-Image Translation & Multi-Domain Image-to-Image Translation
jackaduma
Voice Conversion by CycleGAN (语音克隆/语音转换): CycleGAN-VC2
leimao
Voice Converter Using CycleGAN and Non-Parallel Data
junyanz
[NeurIPS 2018] Visual Object Networks: Image Generation with Disentangled 3D Representation.
yunjey
PyTorch Implementation of CycleGAN and SSGAN for Domain Transfer (Minimal)
VinAIResearch
💄 Lipstick ain't enough: Beyond Color-Matching for In-the-Wild Makeup Transfer (CVPR 2021)
Adi-iitd
PyTorch (and PyTorch Lightning) implementation of Neural Style Transfer, Pix2Pix, CycleGAN, and Deep Dream!
LynnHo
Reimplementation of CycleGAN
hardikbansal
Tensorflow implementation of CycleGAN
pkmital
Python package with source code from the course "Creative Applications of Deep Learning w/ TensorFlow"
gautam678
DEPRECATED: Depth Map Estimation from Monocular Images
sudharsan13296
Master Deep Learning Algorithms with Extensive Math by Implementing them using TensorFlow
omerbsezer
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..
victorca25
traiNNer: Deep learning framework for image and video super-resolution, restoration and image-to-image translation, for training and testing.
sumuzhao
Symbolic Music Genre Transfer with CycleGAN
simontomaskarlsson
Code repository for Frontiers article 'Generative Adversarial Networks for Image-to-Image Translation on Multi-Contrast MR Images - A Comparison of CycleGAN and UNIT'
Aixile
Chainer CycleGAN
atomicoo
Image-enhancement algorithms: low-light enhancement, image restoration, super-resolution reconstruction. 图像增强算法探索:低光增强、图像修复、超分辨率重建 ……
zcemycl
MATLAB implementations of Generative Adversarial Networks -- from GAN to Pixel2Pixel, CycleGAN