mjdietzx / SimGAN

Implementation of Apple's Learning from Simulated and Unsupervised Images through Adversarial Training
MIT License
411 stars 101 forks source link

Facial Images #15

Open lucasamparo opened 6 years ago

lucasamparo commented 6 years ago

I use this code to reconstruct facial images.

But, the result aren't good enought.

One doubt: I've organized my dataset in

data synthetic [images] real [images]

Is this the right way to use the code? Thanks.