manicman1999 / StyleGAN-Tensorflow-2.0

Unofficial implementation of StyleGAN using TensorFlow 2.0.

Home Page:https://matchue.ca/p/earthhd/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StyleGAN Tensorflow 2.0

Unofficial implementation of StyleGAN using TensorFlow 2.0. Original paper: https://arxiv.org/abs/1812.04948

This implementation does not include functionality for Growing GAN, but will soon include Multi-Scale gradient capabilities. See this paper for more details: https://arxiv.org/abs/1903.06048

Image Samples

Trained on Landscapes:

Teaser image

Mixing Styles:

Teaser image

Web Demo

A web demo for generating your own landscapes live:

https://matchue.ca/p/earthhd/

Before Running

Please ensure you have created the following folders:

  1. /Models/
  2. /Results/
  3. /data/

Additionally, please ensure that your folder with images is in /data/ and changed at the top of stylegan.py.

About

Unofficial implementation of StyleGAN using TensorFlow 2.0.

https://matchue.ca/p/earthhd/

License:MIT License


Languages

Language:Python 100.0%