pytorch-pretrained-BigGAN
pytorch-CycleGAN-and-pix2pix
Our great sponsors
pytorch-pretrained-BigGAN | pytorch-CycleGAN-and-pix2pix | |
---|---|---|
2 | 10 | |
987 | 20,637 | |
0.9% | - | |
0.0 | 0.0 | |
over 2 years ago | 4 months 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
-
[D] Pre-trained weights for GANs online?
To my surprise, there don't seem to be many GAN weights available for download. Worse yet, many that are available (e.g., https://github.com/huggingface/pytorch-pretrained-BigGAN ) only come with pre-trained generator weights, not discriminator weights. But I need both.
pytorch-CycleGAN-and-pix2pix
-
List of AI-Models
Click to Learn more...
- I want an A.I. to learn my art style so I can keep making art in my art style despite not having the time to do it.
-
I'm looking for an AI Art generator from images
pix2pix (https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix) - This is a PyTorch implementation of the pix2pix algorithm for image-to-image translation. Given a set of images, the model can learn to generate a new image from a different domain that is similar to the input image.
-
Seamless textures with SD and PBR maps with a pix2pix cGAN
Using junyanz/pytorch-CycleGAN-and-pix2pix as a basis for pix2pix, I applied the same blending method to fix seams. It essentially takes an input image and generates an output. The results depend on the paired training data. In this case, each map (height, roughness, etc.) is a separate checkpoint and had to be trained on paired training data with the diffuse as the input and the respective map as the output.
What are some alternatives?
pix2pixHD - Synthesizing and manipulating 2048x1024 images with conditional GANs
generative-inpainting-pytorch - A PyTorch reimplementation for paper Generative Image Inpainting with Contextual Attention (https://arxiv.org/abs/1801.07892)
pytorch-grad-cam - Advanced AI Explainability for computer vision. Support for CNNs, Vision Transformers, Classification, Object detection, Segmentation, Image similarity and more.
Deep-Fakes
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.
AnimeGAN - Generating Anime Images by Implementing Deep Convolutional Generative Adversarial Networks paper
Anime-face-generation-DCGAN-webapp - A port of my Anime face generation using Pytorch into a Webapp
DeepMosaics - Automatically remove the mosaics in images and videos, or add mosaics to them.
anycost-gan - [CVPR 2021] Anycost GANs for Interactive Image Synthesis and Editing
CycleGAN - Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
SimSwap - An arbitrary face-swapping framework on images and videos with one single trained model!
Im2Vec - [CVPR 2021 Oral] Im2Vec Synthesizing Vector Graphics without Vector Supervision