cycle-gan-pytorch VS BlendGAN

Compare cycle-gan-pytorch vs BlendGAN and see what are their differences.

cycle-gan-pytorch

This repository contains an implementation of the Cylce-GAN architecture for style transfer along with instructions to train on an own dataset. (by theopfr)

BlendGAN

Official PyTorch implementation of "BlendGAN: Implicitly GAN Blending for Arbitrary Stylized Face Generation" (NeurIPS 2021) (by onion-liu)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
cycle-gan-pytorch BlendGAN
2 1
9 498
- -
3.6 0.0
about 2 years ago over 1 year ago
Python Python
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cycle-gan-pytorch

Posts with mentions or reviews of cycle-gan-pytorch. We have used some of these posts to build our list of alternatives and similar projects.

BlendGAN

Posts with mentions or reviews of BlendGAN. We have used some of these posts to build our list of alternatives and similar projects.

What are some alternatives?

When comparing cycle-gan-pytorch and BlendGAN you can also consider the following projects:

pytorch-neural-style-transfer - Reconstruction of the original paper on neural style transfer (Gatys et al.). I've additionally included reconstruction scripts which allow you to reconstruct only the content or the style of the image - for better understanding of how NST works.

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

AI-Art - PyTorch (and PyTorch Lightning) implementation of Neural Style Transfer, Pix2Pix, CycleGAN, and Deep Dream!

Styleformer - A Neural Language Style Transfer framework to transfer natural language text smoothly between fine-grained language styles like formal/casual, active/passive, and many more. Created by Prithiviraj Damodaran. Open to pull requests and other forms of collaboration.

joliGEN - Generative AI Image Toolset with GANs and Diffusion for Real-World Applications

Few-Shot-Patch-Based-Training - The official implementation of our SIGGRAPH 2020 paper Interactive Video Stylization Using Few-Shot Patch-Based Training

contrastive-unpaired-translation - Contrastive unpaired image-to-image translation, faster and lighter training than cyclegan (ECCV 2020, in PyTorch)

image_edit - Demos of neural image editing

pytorch-CycleGAN-and-pix2pix - Image-to-Image Translation in PyTorch