Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 3.39 KB

readme.md

File metadata and controls

32 lines (20 loc) · 3.39 KB

A PyTorch Implementation of StyleGAN

Github Github GitHub Github

This repository contains a PyTorch implementation of the following paper:

A Style-Based Generator Architecture for Generative Adversarial Networks
Tero Karras (NVIDIA), Samuli Laine (NVIDIA), Timo Aila (NVIDIA)
http://stylegan.xyz/paper

Abstract: We propose an alternative generator architecture for generative adversarial networks, borrowing from style transfer literature. The new architecture leads to an automatically learned, unsupervised separation of high-level attributes (e.g., pose and identity when trained on human faces) and stochastic variation in the generated images (e.g., freckles, hair), and it enables intuitive, scale-specific control of the synthesis. The new generator improves the state-of-the-art in terms of traditional distribution quality metrics, leads to demonstrably better interpolation properties, and also better disentangles the latent factors of variation. To quantify interpolation quality and disentanglement, we propose two new, automated methods that are applicable to any generator architecture. Finally, we introduce a new, highly varied and high-quality dataset of human faces.

Quickstart

Training

Benchmarking

System requirements

Q&A

  1. Why I'm getting the error OSError: [Errno Incorrect file size] when downloading the official Flickr-Faces-HQ Dataset (FFHQ) dataset?

    We ran into the same issue too. Based on our understanding, at the moment NVlabs is hosting the dataset on Google Drive, which has hard quotas (rate-limits) on file downloads and concurrent threads. Given the popularity of this dataset, it indicates that the quota already exceeded. Please reach out directly to NVlabs regarding this issue.

License

Acknowledgements