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

https://github.com/wmpscc/overparamstylegan

This is an unofficial implementation of Overparameterization Improves StyleGAN Inversion based on StyleGAN2-pytorch.
https://github.com/wmpscc/overparamstylegan

Last synced: about 1 month ago
JSON representation

This is an unofficial implementation of Overparameterization Improves StyleGAN Inversion based on StyleGAN2-pytorch.

Awesome Lists containing this project

README

        

# OverparamStyleGAN

This is an unofficial implementation of Overparameterization Improves StyleGAN Inversion based
on [StyleGAN2-pytorch](https://github.com/rosinality/stylegan2-pytorch).

**Note that** only Overparam. Style Modulation is implemented here, and some implementation details are different from
the paper.
![cmp](./cmp.png)

## Image Inversion

```shell
python overparams_inversion.py
```

| real | inversion |
|---------------------------------------------|------------------------------------------|
| ![real](./data/President_Barack_Obama.jpg) | ![inversion](./result/inversion9900.png) |

## Sampling
```shell
python overparams_sampling.py
```
![sample](./result/sample.png)