jjonak09 / DRAGAN-keras

1 stars 0 forks source link

Keras DRAGAN

Implementation of DRAGAN(Deep Regret Analytic Generative Adversarial Networks) with keras.

Paper: here

Reference: here

DRAGAN_Alg

Dataset

I got images from Twitter,Pinterest, and Getchu. Total is about 16000 images

Demo

I build website with Tensorflow.js (recommend chorme)

Result

DRAGAN

imagesize: 64x64 batchsize: 128

DRAGAN

DRAGAN + Residual

imagesize: 64x64 batchsize: 128

DRAGAN4

DRAGAN + RDN

imagesize: 128x128 batchsize: 32

DRAGAN3

DRAGAN + EDSR

imagesize: 128x128 batchsize: 32

DRAGAN2

latent

latent

Environment