All Projects → ganslate-team → ganslate

ganslate-team / ganslate

Licence: other
Simple and extensible GAN image-to-image translation framework. Supports natural and medical images.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ganslate

Ai Art
PyTorch (and PyTorch Lightning) implementation of Neural Style Transfer, Pix2Pix, CycleGAN, and Deep Dream!
Stars: ✭ 153 (+800%)
Mutual labels:  style-transfer, pix2pix, cyclegan
pix2pix
PyTorch implementation of Image-to-Image Translation with Conditional Adversarial Nets (pix2pix)
Stars: ✭ 36 (+111.76%)
Mutual labels:  pix2pix, image-translation, image-to-image-translation
CoMoGAN
CoMoGAN: continuous model-guided image-to-image translation. CVPR 2021 oral.
Stars: ✭ 139 (+717.65%)
Mutual labels:  style-transfer, image-translation, image-to-image-translation
multitask-CycleGAN
Pytorch implementation of multitask CycleGAN with auxiliary classification loss
Stars: ✭ 88 (+417.65%)
Mutual labels:  image-translation, cyclegan
Zi2zi
Learning Chinese Character style with conditional GAN
Stars: ✭ 1,988 (+11594.12%)
Mutual labels:  style-transfer, pix2pix
Cyclegan Music Style Transfer
Symbolic Music Genre Transfer with CycleGAN
Stars: ✭ 201 (+1082.35%)
Mutual labels:  style-transfer, cyclegan
Sketch To Art
🖼 Create artwork from your casual sketch with GAN and style transfer
Stars: ✭ 115 (+576.47%)
Mutual labels:  style-transfer, pix2pix
pytorch-gans
PyTorch implementation of GANs (Generative Adversarial Networks). DCGAN, Pix2Pix, CycleGAN, SRGAN
Stars: ✭ 21 (+23.53%)
Mutual labels:  pix2pix, cyclegan
pix2pix
This project uses a conditional generative adversarial network (cGAN) named Pix2Pix for the Image to image translation task.
Stars: ✭ 28 (+64.71%)
Mutual labels:  cyclegan, image-to-image-translation
chainer-pix2pix
Chainer implementation for Image-to-Image Translation Using Conditional Adversarial Networks
Stars: ✭ 40 (+135.29%)
Mutual labels:  pix2pix, image-translation
day2night
Image2Image Translation Research
Stars: ✭ 46 (+170.59%)
Mutual labels:  image-translation, cyclegan
pytorch-CycleGAN
Pytorch implementation of CycleGAN.
Stars: ✭ 39 (+129.41%)
Mutual labels:  image-translation, cyclegan
Pix2Pix
Image to Image Translation using Conditional GANs (Pix2Pix) implemented using Tensorflow 2.0
Stars: ✭ 29 (+70.59%)
Mutual labels:  pix2pix, image-translation
overlord
Official pytorch implementation of "Scaling-up Disentanglement for Image Translation", ICCV 2021.
Stars: ✭ 35 (+105.88%)
Mutual labels:  image-translation, image-to-image-translation
SMIT
Pytorch implemenation of Stochastic Multi-Label Image-to-image Translation (SMIT), ICCV Workshops 2019.
Stars: ✭ 37 (+117.65%)
Mutual labels:  image-translation, image-to-image-translation
Monoculardepth Inference
Inference pipeline for the CVPR paper entitled "Real-Time Monocular Depth Estimation using Synthetic Data with Domain Adaptation via Image Style Transfer" (http://www.atapour.co.uk/papers/CVPR2018.pdf).
Stars: ✭ 115 (+576.47%)
Mutual labels:  style-transfer, domain-adaptation
cycleGAN-PyTorch
A clean and lucid implementation of cycleGAN using PyTorch
Stars: ✭ 107 (+529.41%)
Mutual labels:  image-translation, cyclegan
UPIT
A fastai/PyTorch package for unpaired image-to-image translation.
Stars: ✭ 94 (+452.94%)
Mutual labels:  cyclegan, image-to-image-translation
Transferlearning
Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习
Stars: ✭ 8,481 (+49788.24%)
Mutual labels:  style-transfer, domain-adaptation
Cyclegan Qp
Official PyTorch implementation of "Artist Style Transfer Via Quadratic Potential"
Stars: ✭ 59 (+247.06%)
Mutual labels:  style-transfer, cyclegan

DOI

Python package

ganslate - a simple and extensible GAN image-to-image translation framework

For comprehensive documentation, visit: https://ganslate.readthedocs.io/en/latest/

Note: The documentation is still in progress! Suggestions and contributions are welcome!

ganslate is a PyTorch framework which aims to make GAN image-to-image translation more accessible to both beginner and advanced project with:

Features

  • 2D and 3D support
  • Mixed precision
  • Distributed training
  • Tensorboard and Weights&Biases logging
  • Natural and medical image support
  • A range of generator and discriminator architectures

Available GANs

Projects

ganslate was used in:

  • Project 1
  • Project 2

Citation

If you used ganslate in your project, please cite:

@software{ibrahim_hadzic_2021_5494572,
  author       = {Ibrahim Hadzic and
                  Suraj Pai and
                  Chinmay Rao and
                  Jonas Teuwen},
  title        = {ganslate-team/ganslate: Initial public release},
  month        = sep,
  year         = 2021,
  publisher    = {Zenodo},
  version      = {v0.1.0},
  doi          = {10.5281/zenodo.5494572},
  url          = {https://doi.org/10.5281/zenodo.5494572}
}
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].