Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/podgorskiy/stylegancpp

Unofficial implementation of StyleGAN's generator
https://github.com/podgorskiy/stylegancpp

cpp deep-learning gan generative-adversarial-network stylegan

Last synced: about 2 months ago
JSON representation

Unofficial implementation of StyleGAN's generator

Awesome Lists containing this project

README

        

# StyleGAN C++

This is unofficial implementation of StyleGAN's generator in C++ using tensor4

* convertor.py - code that converts stylegan weights to a binary.
* compressor.cpp - code that compresses obtained binary using zfp.
* main.cpp - main part and entrypoint og the generator part.
* StyleGAN.cpp/.h - network blocks implementations.
* SConstruct - scons build script to build WebAsm version.
* CMakelists.txt - CMake script for native building.
* rgbs.pkl - retrained weights for all "to-RGB" layers except for the last one. (to produce "intermidiate" outputs)