Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 2.86 KB

README.md

File metadata and controls

56 lines (41 loc) · 2.86 KB

Steam StyleGAN2-ADA (PyTorch)

The goal of this repository is to capture the distribution of Steam banners with a StyleGAN2-ADA model (PyTorch).

Target AProjection A Target BProjection B Progression videos of the projection of Steam banners (Dog Trainer and My UnReal pet) with a network pre-trained by Nvidia on the LSUN DOG dataset.

Data

The Steam-OneFace dataset, obtained with the retinaface face detection module:

  • consists of 2.5k Steam banners (256x256 resolution) which should all feature exactly one face,
  • can be downloaded (74 MB) with the following commands:
!gdown --id 1-0Nk7H6Cn3Nt60EdHG_NWSA8ohi2oBqr
!tar xf steam-oneface-lr_with_retinaface.tar.gz

Usage

  • Run training.ipynb to train a model from scratch, Open In Colab
  • Run image_sampling.ipynb to generate images with a trained model, Open In Colab
  • To automatically resume training from the latest checkpoint, use my fork of StyleGAN2-ADA (PyTorch).

References