CycleGAN VS faceswap-GAN

Compare CycleGAN vs faceswap-GAN and see what are their differences.

CycleGAN

Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more. (by junyanz)

faceswap-GAN

A denoising autoencoder + adversarial losses and attention mechanisms for face swapping. (by shaoanlu)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
CycleGAN faceswap-GAN
2 1
12,138 3,328
- -
2.5 0.0
8 months ago about 2 years ago
Lua Jupyter Notebook
GNU General Public License v3.0 or later -
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.

CycleGAN

Posts with mentions or reviews of CycleGAN. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-22.

faceswap-GAN

Posts with mentions or reviews of faceswap-GAN. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-28.
  • [D] How is it checked if models do not just memorize their training examples?
    2 projects | /r/MachineLearning | 28 Apr 2022
    But there's a nice survey on Arxiv here of various deepfake / face swap methods. Some of methods listed in the table on page 4, such as Faceswap and Faceswap-GAN, apparently use encoder-decoder models. I think Faceswap-GAN was the one that I was thinking of in particular; apparently it adds a perceptual loss and an adversarial loss to an autoencoder.

What are some alternatives?

When comparing CycleGAN and faceswap-GAN you can also consider the following projects:

pix2pix - Image-to-image translation with conditional adversarial nets

faceswap - Deepfakes Software For All

Deep-Exemplar-based-Video-Colorization - The source code of CVPR 2019 paper "Deep Exemplar-based Video Colorization".

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

pix2pixHD - Synthesizing and manipulating 2048x1024 images with conditional GANs

AvatarGAN - Generate Cartoon Images using Generative Adversarial Network

DCT-Net - Official implementation of "DCT-Net: Domain-Calibrated Translation for Portrait Stylization", SIGGRAPH 2022 (TOG); Multi-style cartoonization

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

ydata-synthetic - Synthetic data generators for tabular and time-series data

anycost-gan - [CVPR 2021] Anycost GANs for Interactive Image Synthesis and Editing

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.