vsemecky / ganimator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ganimator (Still in development...)

Ganimator (GAN Animator) is python library to generate beautyfull videos from StyleGan networks. It combines the power of StyleGan and MoviePy.

Installation

pip install git+https://github.com/vsemecky/ganimator.git

TODO

  • driver for TensorFlow versions of Stylegan
  • documentation
  • Colab Notebook with examples
  • InterpolationClip

Drivers - connecting to GANs

Ganimator has curently two drivers:

  • StyleGanTfDriver
  • StyleGanPyDriver

Note: Although Ganimator was created mainly for StyleGan, its driver-based architecture supports connection to any image GAN in the future.

Clips

StyleGanPy StyleGanTf
StaticImageClip TODO
LatentWalkClip TODO
InterpolationClip TODO TODO
TruncComparisonClip TODO

About

License:MIT License


Languages

Language:Python 62.5%Language:Cuda 30.1%Language:C++ 7.4%