Skip to content

woctezuma/steam-stylegan2-ada

Repository files navigation

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