Skip to content

Latest commit

 

History

History
70 lines (54 loc) · 4.07 KB

README.md

File metadata and controls

70 lines (54 loc) · 4.07 KB

Steam StyleGAN2-ADA

The goal of this Colab notebook is to capture the distribution of Steam banners with a StyleGAN2-ADA model.

Usage

Data

The dataset consists of 14k Steam banners with RGB channels and resized from 300x450 to 256x256 resolution.

Images were downloaded with download_steam_banners.ipynb. Open In Colab

Images were then filtered (duplicates, outliers, etc.) with remove_duplicates.ipynb. Open In Colab

References