Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/takuseno/singan-nnabla

SinGAN implementation with NNabla
https://github.com/takuseno/singan-nnabla

Last synced: about 1 month ago
JSON representation

SinGAN implementation with NNabla

Awesome Lists containing this project

README

        

# SinGAN implementation with NNabla
Reproduction of "SinGAN: Learning a Generative Model from a Single Natural Image" with NNabla.

### Paper
https://arxiv.org/abs/1905.01164

### Original implementation
https://github.com/tamarott/SinGAN

## install
```
$ pip install -r requirements.txt
```
If you use GPU, see [here](https://nnabla.readthedocs.io/en/latest/python/pip_installation_cuda.html).

## train
```
$ python main.py --image-path --gpu
```

## sample image
### zebra
| real | generated |
|:-:|:-:|
| | |

### lightning
| real | generated |
|:-:|:-:|
| | |