Im2Vec
pix2pixHD
Our great sponsors
Im2Vec | pix2pixHD | |
---|---|---|
2 | 5 | |
218 | 5,751 | |
- | 1.3% | |
0.6 | 0.0 | |
12 months ago | about 1 month ago | |
Python | Python | |
Apache License 2.0 | 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.
Im2Vec
-
Im2Vec: Synthesizing Vector Graphics Without Vector Supervision
Seems they got the wrong URL, http://geometry.cs.ucl.ac.uk/projects/2021/im2vec/ has more info, also the link to a github repo: https://github.com/preddy5/Im2Vec
pix2pixHD
-
NVIDIA DLSS Now Available in Over 150 Games, Including Dying Light 2 Stay Human, Sifu and Phantasy Star Online 2 New Genesis
Well, maybe not, considering things like pix2pix can generate detail from just solid shapes and colors.
-
Image to hand drawn
Sources: U2Net, ArtLine, Pix2PixHD, APDrawingGAN
-
[P] I made FaceShop! Instance segmentation + CGAN for editing faces (badly)
Pix2PixHD (from DeepSIM)
Uses a mix of instance segmentation (BiSeNet) and conditional GAN, and is heavily inspired by the Pix2PixHD and DeepSIM papers. Will have more details when I wake up!
-
How to access a class object when I use torch.nn.DataParallel()?
I used Pix2PixHD implementation in GitHub if you want to see the full code.
What are some alternatives?
pytorch-CycleGAN-and-pix2pix - Image-to-Image Translation in PyTorch
awesome-colab-notebooks - Collection of google colaboratory notebooks for fast and easy experiments
sofgan - [TOG 2022] SofGAN: A Portrait Image Generator with Dynamic Styling
contrastive-unpaired-translation - Contrastive unpaired image-to-image translation, faster and lighter training than cyclegan (ECCV 2020, in PyTorch)
face-parsing.PyTorch - Using modified BiSeNet for face parsing in PyTorch
ArtGAN - ArtGAN: This work presents a series of new approaches to improve Generative Adversarial Network (GAN) for conditional image synthesis and we name the proposed model as “ArtGAN”. Implementations are in Caffe/Tensorflow.
generative-inpainting-pytorch - A PyTorch reimplementation for paper Generative Image Inpainting with Contextual Attention (https://arxiv.org/abs/1801.07892)
vpype-pixelart - Pixel art plotting in vpype
DeepSIM - Official PyTorch implementation of the paper: "DeepSIM: Image Shape Manipulation from a Single Augmented Training Sample" (ICCV 2021 Oral)
DeblurGANv2 - [ICCV 2019] "DeblurGAN-v2: Deblurring (Orders-of-Magnitude) Faster and Better" by Orest Kupyn, Tetiana Martyniuk, Junru Wu, Zhangyang Wang
CycleGAN - Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.