pytorch-pretrained-BigGAN
pytorch-CycleGAN-and-pix2pix
Our great sponsors
pytorch-pretrained-BigGAN | pytorch-CycleGAN-and-pix2pix | |
---|---|---|
1 | 4 | |
935 | 17,583 | |
3.2% | - | |
0.0 | 5.0 | |
over 1 year ago | 21 days ago | |
Python | Python | |
MIT License | GNU General Public License v3.0 or later |
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.
pytorch-pretrained-BigGAN
pytorch-CycleGAN-and-pix2pix
-
Trying to understand PatchGAN discriminator
Code for https://arxiv.org/abs/1611.07004 found: https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix
-
I made a 3d topographic map based on my recent civ6 game
pix2pix algorithm is used for translating Civ6Maps to heightmaps. Synthesized terrain was rendered in blender.
-
This Wojak Does Not Exist
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix
-
Training a neural net to generate Wojaks
I'm working on creating a face-to-wojak model using PyTorch CycleGan/Pix2Pix [0] and found some of my outputs to be outrageous yet somehow relatable. People are into it so thought I'd share on HN
What are some alternatives?
pix2pixHD - Synthesizing and manipulating 2048x1024 images with conditional GANs
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.
Anime-face-generation-DCGAN-webapp - A port of my Anime face generation using Pytorch into a Webapp
CycleGAN - Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
Deep-Fakes
anycost-gan - [CVPR 2021] Anycost GANs for Interactive Image Synthesis and Editing
generative-inpainting-pytorch - A PyTorch reimplementation for paper Generative Image Inpainting with Contextual Attention (https://arxiv.org/abs/1801.07892)
Im2Vec - [CVPR 2021 Oral] Im2Vec Synthesizing Vector Graphics without Vector Supervision
DeepSIM - Official PyTorch implementation of the paper: "DeepSIM: Image Shape Manipulation from a Single Augmented Training Sample" (ICCV 2021 Oral)
StyleSwin - [CVPR 2022] StyleSwin: Transformer-based GAN for High-resolution Image Generation
AnimeGAN - Generating Anime Images by Implementing Deep Convolutional Generative Adversarial Networks paper
alias-free-gan-pytorch - Unofficial implementation of Alias-Free Generative Adversarial Networks. (https://arxiv.org/abs/2106.12423) in PyTorch