All Projects โ†’ tan5o โ†’ anime2clothing

tan5o / anime2clothing

Licence: other
Pytorch official implementation of Anime to Real Clothing: Cosplay Costume Generation via Image-to-Image Translation.

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to anime2clothing

CoMoGAN
CoMoGAN: continuous model-guided image-to-image translation. CVPR 2021 oral.
Stars: โœญ 139 (+113.85%)
Mutual labels:  gan, gans, image-to-image, image-to-image-translation
Anime Face Dataset
๐Ÿ–ผ A collection of high-quality anime faces.
Stars: โœญ 272 (+318.46%)
Mutual labels:  anime, gan
Rnn.wgan
Code for training and evaluation of the model from "Language Generation with Recurrent Generative Adversarial Networks without Pre-training"
Stars: โœญ 252 (+287.69%)
Mutual labels:  gan, gans
Anime Face Gan Keras
A DCGAN to generate anime faces using custom mined dataset
Stars: โœญ 161 (+147.69%)
Mutual labels:  anime, gan
Iseebetter
iSeeBetter: Spatio-Temporal Video Super Resolution using Recurrent-Generative Back-Projection Networks | Python3 | PyTorch | GANs | CNNs | ResNets | RNNs | Published in Springer Journal of Computational Visual Media, September 2020, Tsinghua University Press
Stars: โœญ 202 (+210.77%)
Mutual labels:  gan, gans
Pytorch Cyclegan And Pix2pix
Image-to-Image Translation in PyTorch
Stars: โœญ 16,477 (+25249.23%)
Mutual labels:  gan, gans
Anime Inpainting
An application tool of edge-connect, which can do anime inpainting and drawing. ๅŠจๆผซไบบ็‰ฉๅ›พ็‰‡่‡ชๅŠจไฟฎๅค๏ผŒๅŽป้ฉฌ่ต›ๅ…‹๏ผŒๅกซ่กฅ๏ผŒๅŽป็‘•็–ต
Stars: โœญ 761 (+1070.77%)
Mutual labels:  anime, gan
Generative adversarial networks 101
Keras implementations of Generative Adversarial Networks. GANs, DCGAN, CGAN, CCGAN, WGAN and LSGAN models with MNIST and CIFAR-10 datasets.
Stars: โœญ 138 (+112.31%)
Mutual labels:  gan, gans
GazeCorrection
Unsupervised High-Resolution Portrait Gaze Correction and Animation (TIP 2022)
Stars: โœญ 174 (+167.69%)
Mutual labels:  gans, image-to-image-translation
Anime2Sketch
A sketch extractor for anime/illustration.
Stars: โœญ 1,623 (+2396.92%)
Mutual labels:  anime, gans
Deep learning Coloring-Anime-image-and-satellite-image-house-damge-level-colorized
No description or website provided.
Stars: โœญ 16 (-75.38%)
Mutual labels:  anime, gan
Deblurgan
Image Deblurring using Generative Adversarial Networks
Stars: โœญ 2,033 (+3027.69%)
Mutual labels:  gan, image-to-image-translation
A Pytorch Tutorial To Super Resolution
Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network | a PyTorch Tutorial to Super-Resolution
Stars: โœญ 157 (+141.54%)
Mutual labels:  gan, gans
Gif
GIF is a photorealistic generative face model with explicit 3D geometric and photometric control.
Stars: โœญ 233 (+258.46%)
Mutual labels:  gan, gans
Starnet
StarNet
Stars: โœญ 141 (+116.92%)
Mutual labels:  gan, gans
Makegirlsmoe web
Create Anime Characters with MakeGirlsMoe
Stars: โœญ 3,144 (+4736.92%)
Mutual labels:  anime, gan
Gdwct
Official PyTorch implementation of GDWCT (CVPR 2019, oral)
Stars: โœญ 122 (+87.69%)
Mutual labels:  gan, gans
Cyclegan
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
Stars: โœญ 10,933 (+16720%)
Mutual labels:  gan, gans
SMIT
Pytorch implemenation of Stochastic Multi-Label Image-to-image Translation (SMIT), ICCV Workshops 2019.
Stars: โœญ 37 (-43.08%)
Mutual labels:  gans, image-to-image-translation
AffineGAN
PyTorch Implementation of "Facial Image-to-Video Translation by a Hidden Affine Transformation" in MM'19.
Stars: โœญ 46 (-29.23%)
Mutual labels:  gans, image-to-image-translation

Anime2Clothing

report Open In Colab

Pytorch official implementation of Anime to Real Clothing: Cosplay Costume Generation via Image-to-Image Translation. (https://arxiv.org/abs/2008.11479)

Prerequisites

  • Anaconda 3
  • Python 3
  • CPU or NVIDIA GPU + CUDA CuDNN

Getting Started

Training

python train.py --project_name cosplay_synthesis --dataset DATASET

Training dataset structure

DATASET
โ”œโ”€โ”€ train
โ”‚    โ”œโ”€โ”€ a
โ”‚    โ”‚   โ”œโ”€โ”€ 0.png
โ”‚    โ”‚   โ”œโ”€โ”€ 1.png
โ”‚    โ”‚      ๏ธ™
โ”‚    |   โ””โ”€โ”€ n.png
โ”‚    โ””โ”€โ”€ b
โ”‚        โ”œโ”€โ”€ 0.png
โ”‚        โ”œโ”€โ”€ 1.png
โ”‚           ๏ธ™
โ”‚        โ””โ”€โ”€ n.png
โ””โ”€โ”€ test
     โ”œโ”€โ”€ a
     โ”‚   โ”œโ”€โ”€ 0.png
     โ”‚   โ”œโ”€โ”€ 1.png
     โ”‚      ๏ธ™
     |   โ””โ”€โ”€ n.png
     โ””โ”€โ”€ b
         โ”œโ”€โ”€ 0.png
         โ”œโ”€โ”€ 1.png
            ๏ธ™
         โ””โ”€โ”€ n.png

Continue Training

Add continue_train option, and you can control starting epoch and resolution. Basically, model load from latest checkpoints. However, you can choose number of epoch if you use --load_epoch option.

--continue_train --start_epoch 47 --start_resolution 256

Testing

python test.py --model_path models/pretrained_model.pth --input_dir dataset/test/a --output_dir result

Pre-trained model

You can download pre-trained model from models/pretrained_unet_20200122.pth

We recommend using an anime character image with a simple background as the input image.

Acknowledgments

Our code is inspired by pix2pix and pix2pixHD

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].