资源算法StyleGAN-Tensorflow

StyleGAN-Tensorflow

2020-01-02 | |  34 |   0 |   0

StyleGAN-Tensorflow

Simple & Intuitive Tensorflow implementation of "A Style-Based Generator Architecture for Generative Adversarial Networks" (CVPR 2019 Oral)

Official code | Paper | Video | FFHQ Dataset

Other implementation

TF Estimator version

Pretrained model

Checkpoint

Usage

├── dataset
   └── YOUR_DATASET_NAME
       ├── 000001.jpg 
       ├── 000002.png
       └── ...

Train

> python main.py --dataset FFHQ --img_size 1024 --gpu_num 4 --progressive True --phase train

Test

> python main.py --dataset FFHQ --img_size 1024 --progressive True --batch_size 16 --phase test

Draw

Figure02 uncurated

python main.py --dataset FFHQ --img_size 1024 --progressive True --phase draw --draw uncurated

Figure03 style mixing

python main.py --dataset FFHQ --img_size 1024 --progressive True --phase draw --draw style_mix

Figure08 truncation trick

python main.py --dataset FFHQ --img_size 1024 --progressive True --phase draw --draw truncation_trick

Architecture



Our Results (1024x1024)

  • Training time: 2 days 14 hours with V100 * 4

  • max_iteration = 900

    • Official code = 2500

Uncurated



Style mixing

Truncation trick

Generator loss graph



Discriminator loss graph

Author

Junho Kim


上一篇:StyleGAN_PyTorch

下一篇:stylegan2-pytorch

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...